Share via


IntegrationExceptionEventArgs(Boolean, Exception) 생성자

정의

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

public:
 IntegrationExceptionEventArgs(bool throwException, Exception ^ exception);
public IntegrationExceptionEventArgs (bool throwException, Exception exception);
new System.Windows.Forms.Integration.IntegrationExceptionEventArgs : bool * Exception -> System.Windows.Forms.Integration.IntegrationExceptionEventArgs
Public Sub New (throwException As Boolean, exception As Exception)

매개 변수

throwException
Boolean

exception에 지정된 Exception을 발생시키려면 true이고, 그렇지 않으면 false입니다.

exception
Exception

발생시킬 Exception입니다.

예외

exception이(가) null인 경우

적용 대상

추가 정보