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です。

適用対象

こちらもご覧ください