IntegrationExceptionEventArgs(Boolean, Exception) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Özel durumlar
exception, null değeridir.