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以 提升指定 Exception;exception否則, false

exception
Exception

Exception要加注。

例外狀況

exceptionnull

適用於

另請參閱