XmlReadException Class

Definition

This exception is thrown when a problem occurs reading XML.

[System.Serializable]
public class XmlReadException : Microsoft.IdentityModel.Xml.XmlException
[<System.Serializable>]
type XmlReadException = class
    inherit XmlException
Public Class XmlReadException
Inherits XmlException
Inheritance
XmlReadException
Attributes

Constructors

XmlReadException()

Initializes a new instance of the XmlReadException class.

XmlReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the XmlReadException class.

XmlReadException(String)

Initializes a new instance of the XmlReadException class.

XmlReadException(String, Exception)

Initializes a new instance of the XmlReadException class.

Applies to