XmlSerializationException Members
Include Protected Members
Include Inherited Members
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
The XmlSerializationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlSerializationException() | Initializes a new instance of XmlSerializationException using the default values. | |
XmlSerializationException(String) | Initializes a new instance of XmlSerializationException using a message string. | |
XmlSerializationException(String, Exception) | Initializes a new instance of XmlSerializationException, using a message string and the inner Exception received. | |
XmlSerializationException(String, Exception, Int32, Int32) | Initializes a new instance of XmlSerializationException using a message string, the inner Exception received, a line number, and line position. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | Infrastructure. l (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
LineNumber | Gets or sets the line number where the exception occurred. | |
LinePosition | Gets or sets the line position where the exception occurred. | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top