XdmException Constructor (string)XdmException Constructor (String)XdmException Constructor (String^)

Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified message and FOER0000 code.

Syntax

Public Sub New ( _
    message As String _
)
public XdmException(
    string message
)
public:
XdmException(
    String^ message
)
 

Parameters

message

Type: System.StringSystem.StringSystem::String^

The error message that explains the reason for this exception.