XdmException ConstructorXdmException ConstructorXdmException Constructor
- XmlPrime 3.0
- Other Versions ▼
Overload List
| Name | Description |
---|
 | XdmException ()XdmException ()XdmException () |
Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the error code.
|
 | XdmException (SerializationInfo, StreamingContext)XdmException (SerializationInfo, StreamingContext)XdmException (SerializationInfo^, StreamingContext) |
Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with serialized data.
|
 | XdmException (string)XdmException (String)XdmException (String^) |
Initializes a new instance of the XdmExceptionXdmExceptionXdmException class with the specified message and FOER0000 code.
|
 | XdmException (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.
|
 | XdmException (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