AsyncPostBackErrorEventArgs(Exception) 생성자

정의

AsyncPostBackErrorEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 AsyncPostBackErrorEventArgs(Exception ^ exception);
public AsyncPostBackErrorEventArgs (Exception exception);
new System.Web.UI.AsyncPostBackErrorEventArgs : Exception -> System.Web.UI.AsyncPostBackErrorEventArgs
Public Sub New (exception As Exception)

매개 변수

exception
Exception

부분 페이지 렌더링 도중 서버 예외가 발생한 경우

예외

exception이(가) null인 경우

적용 대상