XdmException Constructor (string, Exception)XdmException Constructor (String, Exception)XdmException Constructor (String^, Exception^)

Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified message, inner exception and FOER0000 error code.

Syntax

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

Parameters

message

Type: System.StringSystem.StringSystem::String^

The error message that explains the reason for this exception.

innerException

Type: System.ExceptionSystem.ExceptionSystem::Exception^

The exception that is the cause of the current exception.