XdmException ConstructorXdmException ConstructorXdmException Constructor

Initializes a new instance of the XdmExceptionXdmExceptionXdmException class.

Overload List

 NameDescription
Public methodXdmException ()XdmException ()XdmException () Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the error code.
Protected methodXdmException (SerializationInfo, StreamingContext)XdmException (SerializationInfo, StreamingContext)XdmException (SerializationInfo^, StreamingContext) Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with serialized data.
Public methodXdmException (string)XdmException (String)XdmException (String^) Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified message and FOER0000 code.
Public methodXdmException (string, Exception)XdmException (String, Exception)XdmException (String^, Exception^) Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified message, inner exception and FOER0000 error code.
Protected methodXdmException (XmlQualifiedName, string, Exception)XdmException (XmlQualifiedName, String, Exception)XdmException (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.

Top