DynamicValidatorEventArgs.Exception プロパティ

定義

データ ソース操作イベント時に発生した例外を取得します。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

プロパティ値

データ ソース操作イベント時に発生した例外。

注釈

ASP.NET 動的データは、データ ソース オブジェクトによって実行できるデータ ソース操作を提供します。 これらの操作には、、InsertSelectおよび UpdateContextCreate含まれますDelete。 例外が発生した場合、 DynamicValidator クラスはこのプロパティを使用して、データ ソース操作中にトリガーされる例外の種類を取得します。

適用対象