次の方法で共有


ValidationEventArgs.Exception プロパティ

検証イベントに関連付けられている XmlSchemaException を取得します。

Public ReadOnly Property Exception As XmlSchemaException
[C#]
public XmlSchemaException Exception {get;}
[C++]
public: __property XmlSchemaException* get_Exception();
[JScript]
public function get Exception() : XmlSchemaException;

プロパティ値

検証イベントに関連付けられている XmlSchemaException

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ValidationEventArgs クラス | ValidationEventArgs メンバ | System.Xml.Schema 名前空間