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

true如果引发指定Exceptionexception则为 ;否则为 false

exception
Exception

Exception 提高。

例外

exceptionnull

适用于

另请参阅