IntegrationExceptionEventArgs(Boolean, Exception) Oluşturucu

Tanım

IntegrationExceptionEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

throwException
Boolean

truetarafından belirtileni Exceptionexceptionyükseltmek için; aksi takdirde. false

exception
Exception

Yükseltilmesi Exception gereken.

Özel durumlar

exception, null'e eşittir.

Şunlara uygulanır

Ayrıca bkz.