다음을 통해 공유


AddonDataHandlerException Constructor (String, Exception)

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, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New AddonDataHandlerException(message, _
    innerException)
public AddonDataHandlerException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception.

See Also

Reference

AddonDataHandlerException Class

AddonDataHandlerException Members

AddonDataHandlerException Overload

Microsoft.Office.Visio.Server Namespace