Share via


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 belirtilen öğesini Exception yükseltmek için ; değilse , false.exception

exception
Exception

Yükseltecek Exception olan.

Özel durumlar

exception, null değeridir.

Şunlara uygulanır

Ayrıca bkz.