AddonDataHandlerException class

An exception that can be thrown to communicate an error message to the user.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Office.Visio.Server.AddonDataHandlerException

Namespace:  Microsoft.Office.Visio.Server
Assembly:  Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AddonDataHandlerException _
    Inherits Exception
'Usage
Dim instance As AddonDataHandlerException
[SerializableAttribute]
public class AddonDataHandlerException : Exception

Remarks

The Error property of the AddonDataHandler class can be set to an exception of any type. The error message describing the exception will be displayed to the user only if the exception is of type AddonDataHandlerException; otherwise a generic error message will be presented.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AddonDataHandlerException members

Microsoft.Office.Visio.Server namespace