ExceptionContext.ExceptionHandled プロパティ

定義

例外が処理されたかどうかを示す値を取得または設定します。

public bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Property ExceptionHandled As Boolean

プロパティ値

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

適用対象