Aracılığıyla paylaş


ErrorEventArgs Oluşturucular

Tanım

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

Aşırı Yüklemeler

ErrorEventArgs(Exception)

Belirtilen özel durumla sınıfının yeni bir örneğini ErrorEventArgs başlatır.

ErrorEventArgs(Boolean, Exception)

Belirtilen iptal durumu ve özel durumuyla sınıfının yeni bir örneğini ErrorEventArgs başlatır.

ErrorEventArgs(Exception)

Belirtilen özel durumla sınıfının yeni bir örneğini ErrorEventArgs başlatır.

public:
 ErrorEventArgs(Exception ^ exception);
public ErrorEventArgs (Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (exception As Exception)

Parametreler

exception
Exception

Oluşan özel durum. Exception özelliğini ayarlar.

Özel durumlar

exception, null değeridir.

Açıklamalar

Cancel Yeni ErrorEventArgs örneğin özelliği olarak falsebaşlatılır; olay iptal edilmez.

Şunlara uygulanır

ErrorEventArgs(Boolean, Exception)

Belirtilen iptal durumu ve özel durumuyla sınıfının yeni bir örneğini ErrorEventArgs başlatır.

public:
 ErrorEventArgs(bool cancel, Exception ^ exception);
public ErrorEventArgs (bool cancel, Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : bool * Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (cancel As Boolean, exception As Exception)

Parametreler

cancel
Boolean

İlk iptal durumu. Cancel özelliğini ayarlar.

exception
Exception

Oluşan özel durum. Exception özelliğini ayarlar.

Özel durumlar

exception, null değeridir.

Şunlara uygulanır