Udostępnij za pośrednictwem


IOperationResultHandler.OnError(String, String, String) Metoda

Definicja

Wywoływane po wystąpieniu błędu.

public void OnError (string type, string message, string stackTrace);
abstract member OnError : string * string * string -> unit
Public Sub OnError (type As String, message As String, stackTrace As String)

Parametry

type
String

Typ wyjątku.

message
String

Komunikat o błędzie.

stackTrace
String

Ślad stosu.

Uwagi

Po odebraniu OperationException ślad stosu nie powinien być domyślnie wyświetlany.

Dotyczy