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

Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified error code, error message and a reference to the inner exception that is the cause of this exception.

Syntax

Protected Sub New ( _
    errorCode As System.Xml.XmlQualifiedName, _
    message As String, _
    innerException As Exception _
)
protected XdmException(
    System.Xml.XmlQualifiedName errorCode,
    string message,
    Exception innerException
)
protected:
XdmException(
    System.Xml::XmlQualifiedName^ errorCode, 
    String^ message, 
    Exception^ innerException
)
 

Parameters

errorCode

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The qualified name of the error code.

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.