System.Xml.Schema.XmlSchemaValidationException Members

The members of System.Xml.Schema.XmlSchemaValidationException are listed below.

See Also: Inherited members from System.Xml.Schema.XmlSchemaException

Public Constructors

Initializes a new instance of the System.Xml.Schema.XmlSchemaValidationException class.

Initializes a new instance of the System.Xml.Schema.XmlSchemaValidationException class with the exception message specified.

Initializes a new instance of the System.Xml.Schema.XmlSchemaValidationException class with the exception message and original Exception object that caused this exception specified.

Initializes a new instance of the System.Xml.Schema.XmlSchemaValidationException class with the exception message specified, and the original Exception object, line number, and line position of the XML that cause this exception specified.

Protected Constructors

Public Properties

[read-only]
SourceObjectobject.

Gets the XML node that caused this System.Xml.Schema.XmlSchemaValidationException.

Public Methods

Protected Methods

SetSourceObject(object)

Sets the XML node that causes the error.