AddonDataHandlerException Constructor (String)
Initializes a new instance of the AddonDataHandlerException class.
Namespace: Microsoft.Office.Visio.Server
Assembly: Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New AddonDataHandlerException(message)
public AddonDataHandlerException(
string message
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
Reference
AddonDataHandlerException Class
AddonDataHandlerException Members