EntityDataSourceSelectedEventArgs.ExceptionHandled プロパティ

定義

例外が処理されたかどうか、および例外を再度スローしないかどうかを示す値を取得または設定します。

public:
 property bool ExceptionHandled { bool get(); void set(bool value); };
public bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Property ExceptionHandled As Boolean

プロパティ値

true 例外が処理された場合。それ以外の場合は false

適用対象