다음을 통해 공유


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.String

    The message that describes the error.

See Also

Reference

AddonDataHandlerException Class

AddonDataHandlerException Members

AddonDataHandlerException Overload

Microsoft.Office.Visio.Server Namespace