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

유효성 검사 이벤트와 관련된 XmlSchemaException입니다.

적용 대상