Udostępnij za pośrednictwem


SqlClientLogger.LogError(String, String, String) Metoda

Definicja

Rejestruje błąd za pomocą określonej metody bieżącego typu wystąpienia.

public:
 void LogError(System::String ^ type, System::String ^ method, System::String ^ message);
public void LogError (string type, string method, string message);
member this.LogError : string * string * string -> unit
Public Sub LogError (type As String, method As String, message As String)

Parametry

type
String

Typ, który ma być rejestrowany.

method
String

Metoda rejestrowania.

message
String

Komunikat, który ma zostać zarejestrowany.

Dotyczy