AsyncPostBackErrorEventArgs.Exception 속성

정의

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

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

속성 값

Exception

Exception 개체입니다.

적용 대상