ActionExecutedContext.Exception プロパティ

定義

アクション メソッドの実行中に発生した例外を取得または設定します。

public virtual Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

プロパティ値

アクション メソッドの実行中に発生した例外。

適用対象