ValidationEventArgs.Exception Propiedad

Definición

Obtiene la excepción XmlSchemaException asociada al evento de validación.

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

Valor de propiedad

Excepción XmlSchemaException asociada al evento de validación.

Se aplica a