EntityDataSourceChangedEventArgs.Exception プロパティ
定義
挿入、更新、または削除の操作中にスローされた例外を取得します。Gets the exception that was thrown during the insert, update, or delete operation.
public:
property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception
プロパティ値
エラーが発生した場合は例外。それ以外の場合は null
参照 (Visual Basic の場合は Nothing
)。The exception, if an error occurred; otherwise, null
reference (Nothing
in Visual Basic).