CodedXmlException Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| CodedXmlException |
Initializes a new instance of the CodedXmlException class.
| |
| CodedXmlException(Int32) |
Initializes a new instance of the CodedXmlException class with a specified HRESULT value.
| |
| CodedXmlException(String) |
Initializes a new instance of the CodedXmlException class with a specified error message.
| |
| CodedXmlException(Int32, String) |
Initializes a new instance of the CodedXmlException class with a specified HRESULT value and error message.
| |
| CodedXmlException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedXmlException class with serialized data.
| |
| CodedXmlException(String, Exception) |
Initializes a new instance of the CodedXmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.
| |
| CodedXmlException(Int32, String, Exception) |
Initializes a new instance of the CodedXmlException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
| |
| CodedXmlException(String, Exception, Int32, Int32) |
Initializes a new instance of the CodedXmlException class with the specified message, inner exception, line number, and line position.
| |
| CodedXmlException(Int32, String, Exception, Int32, Int32) |
Initializes a new instance of the CodedXmlException class with a specified HRESULT value, message, inner exception, line number, and line position.
|