다음을 통해 공유


ErrorEventArgs 생성자

정의

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

오버로드

ErrorEventArgs(Exception)

지정된 예외를 사용하여 ErrorEventArgs 클래스의 새 인스턴스를 초기화합니다.

ErrorEventArgs(Boolean, Exception)

지정된 취소 상태와 예외를 사용하여 ErrorEventArgs 클래스의 새 인스턴스를 초기화합니다.

ErrorEventArgs(Exception)

지정된 예외를 사용하여 ErrorEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 ErrorEventArgs(Exception ^ exception);
public ErrorEventArgs (Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (exception As Exception)

매개 변수

exception
Exception

발생한 예외입니다. Exception 속성을 설정합니다.

예외

exception이(가) null인 경우

설명

합니다 Cancel 속성의 새 ErrorEventArgs 인스턴스를 초기화 됩니다 false; 이벤트를 취소 하지 않습니다.

적용 대상

ErrorEventArgs(Boolean, Exception)

지정된 취소 상태와 예외를 사용하여 ErrorEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 ErrorEventArgs(bool cancel, Exception ^ exception);
public ErrorEventArgs (bool cancel, Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : bool * Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (cancel As Boolean, exception As Exception)

매개 변수

cancel
Boolean

초기 취소 상태입니다. Cancel 속성을 설정합니다.

exception
Exception

발생한 예외입니다. Exception 속성을 설정합니다.

예외

exception이(가) null인 경우

적용 대상