ValidationEventArgs::Exception Property

 

Gets the XmlSchemaException associated with the validation event.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaException^ Exception {
	XmlSchemaException^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaException^

The XmlSchemaException associated with the validation event.

.NET Framework
Available since 1.1
Return to top
Show: