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

例外

exceptionnull

适用于

另请参阅