Share via


ValidationEventArgs.Exception 屬性

定義

取得與驗證事件關聯的 XmlSchemaException

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

屬性值

與驗證事件關聯的 XmlSchemaException

適用於