다음을 통해 공유


ActionExecutedContext.Exception 속성

정의

동작 메서드를 실행하는 동안 발생한 예외를 가져오거나 설정합니다(있는 경우).

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

속성 값

동작 메서드를 실행하는 동안 발생한 예외입니다.

적용 대상