XmlException 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.
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, 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. |
XmlException(String) |
Initializes a new instance of the XmlException class with a specified error message. |