ActionExecutedContext.Exception 属性

定义

获取或设置在操作方法的执行过程中发生的异常(如果有)。

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

属性值

在操作方法的执行过程中发生的异常(如果有)。

适用于