Udostępnij za pośrednictwem


ErrorEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ErrorEventArgs.

Przeciążenia

ErrorEventArgs(Exception)

Inicjuje ErrorEventArgs nowe wystąpienie klasy z określonym wyjątkiem.

ErrorEventArgs(Boolean, Exception)

Inicjuje ErrorEventArgs nowe wystąpienie klasy o określonym stanie anulowania i wyjątku.

ErrorEventArgs(Exception)

Inicjuje ErrorEventArgs nowe wystąpienie klasy z określonym wyjątkiem.

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

Parametry

exception
Exception

Wystąpił wyjątek. Exception Ustawia właściwość .

Wyjątki

exception to null.

Uwagi

Właściwość Cancel nowego ErrorEventArgs wystąpienia jest inicjowana na falsewartość ; zdarzenie nie jest anulowane.

Dotyczy

ErrorEventArgs(Boolean, Exception)

Inicjuje ErrorEventArgs nowe wystąpienie klasy o określonym stanie anulowania i wyjątku.

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)

Parametry

cancel
Boolean

Początkowy stan anulowania. Cancel Ustawia właściwość .

exception
Exception

Wystąpił wyjątek. Exception Ustawia właściwość .

Wyjątki

exception to null.

Dotyczy