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 do zarejestrowania.

method
String

Metoda rejestrowania.

message
String

Komunikat do zarejestrowania.

Dotyczy