XmlException Class

Definition

Represents an exception thrown when processing xml.

[System.Serializable]
public class XmlException : Exception
[<System.Serializable>]
type XmlException = class
    inherit Exception
Public Class XmlException
Inherits Exception
Inheritance
XmlException
Derived
Attributes

Constructors

XmlException()

Initializes a new instance of the XmlException class.

XmlException(SerializationInfo, StreamingContext)

Initializes a new instance of the XmlException class.

XmlException(String)

Initializes a new instance of the XmlException class with a specified error message.

XmlException(String, Exception)

Initializes a new instance of the XmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to