ValidationEventArgs.Exception Property

Definition

Gets the XmlSchemaException associated with the validation event.

public:
 property System::Xml::Schema::XmlSchemaException ^ Exception { System::Xml::Schema::XmlSchemaException ^ get(); };
public System.Xml.Schema.XmlSchemaException Exception { get; }
member this.Exception : System.Xml.Schema.XmlSchemaException
Public ReadOnly Property Exception As XmlSchemaException

Property Value

The XmlSchemaException associated with the validation event.

Applies to