Click or drag to resize

CodedXmlException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedXmlException
Initializes a new instance of the CodedXmlException class.
Public methodCodedXmlException(Int32)
Initializes a new instance of the CodedXmlException class with a specified HRESULT value.
Public methodCodedXmlException(String)
Initializes a new instance of the CodedXmlException class with a specified error message.
Public methodCodedXmlException(Int32, String)
Initializes a new instance of the CodedXmlException class with a specified HRESULT value and error message.
Protected methodCodedXmlException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedXmlException class with serialized data.
Public methodCodedXmlException(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.
Public methodCodedXmlException(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.
Public methodCodedXmlException(String, Exception, Int32, Int32)
Initializes a new instance of the CodedXmlException class with the specified message, inner exception, line number, and line position.
Public methodCodedXmlException(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.
Top
See Also