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

適用対象

こちらもご覧ください