Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the exception that specifies the error that occurred while trying to retrieve data.
Namespace: Microsoft.Office.Visio.Server
Assembly: Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)
Syntax
'Declaration
Public Property Error As Exception
Get
Set
'Usage
Dim instance As AddonDataHandler
Dim value As Exception
value = instance.Error
instance.Error = value
public Exception Error { get; set; }
Property Value
Type: System.Exception
An Exception object that describes the error.
Remarks
A data module implementation must set this property if the request to the data sources failed.