The members of System.Xml.Schema.XmlSchemaException are listed below.
See Also: Inherited members from System.SystemException
Initializes a new instance of the System.Xml.Schema.XmlSchemaException class. | ||
Initializes a new instance of the System.Xml.Schema.XmlSchemaException class with the exception message specified. | ||
Initializes a new instance of the System.Xml.Schema.XmlSchemaException class with the exception message and original Exception object that caused this exception specified. | ||
Initializes a new instance of the System.Xml.Schema.XmlSchemaException class with the exception message specified, and the original Exception object, line number, and line position of the XML that cause this exception specified. |
[read-only] | LineNumber | int.
Gets the line number indicating where the error occurred. |
[read-only] | LinePosition | int.
Gets the line position indicating where the error occurred. |
[read-only] override | Message | string.
Gets the description of the error condition of this exception. |
[read-only] | SourceSchemaObject | XmlSchemaObject.
The XmlSchemaObject that produced the XmlSchemaException. |
[read-only] | SourceUri | string.
Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|