AddonDataHandler.Error Property

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.

See Also

Reference

AddonDataHandler Class

AddonDataHandler Members

Microsoft.Office.Visio.Server Namespace