AsyncPostBackErrorEventArgs.Exception 속성

정의

Exception 부분 페이지 렌더링 중에 발생한 값을 가져옵니다.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

속성 값

Exception 개체입니다.

적용 대상