ActionExecutedContext.Exception プロパティ

定義

アクションまたはアクション フィルターの実行中に Exception キャッチされた を取得または設定します (存在する場合)。

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
public virtual Exception? Exception { get; set; }
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

プロパティ値

適用対象