Initializes a new instance of the UnsupportedDocumentException class.

Overload List

  NameDescription
UnsupportedDocumentException()()()
Initializes a new instance of the UnsupportedDocumentException class.
UnsupportedDocumentException(String)
Initializes a new instance of the UnsupportedDocumentException class with a specified error message.
UnsupportedDocumentException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnsupportedDocumentException class with serialized data.
UnsupportedDocumentException(String, Exception)
Initializes a new instance of the UnsupportedDocumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
UnsupportedDocumentException(String, String)
Initializes a new instance of the UnsupportedDocumentException class indicating the root element name and namespace for the document that caused the error.
UnsupportedDocumentException(String, String, Exception)
Initializes a new instance of the UnsupportedDocumentException class indicating the root element name and namespace for the document and a reference to the inner exception that is the cause of this exception.

See Also