XmlReadException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
XmlReadException() |
Initializes a new instance of the XmlReadException class. |
XmlReadException(SerializationInfo, StreamingContext) |
Initializes a new instance of the XmlReadException class. |
XmlReadException(String, Exception) |
Initializes a new instance of the XmlReadException class. |
XmlReadException(String) |
Initializes a new instance of the XmlReadException class. |