SqlClientLogger.LogError(String, String, String) Metoda

Definice

Protokoluje chybu prostřednictvím zadané metody aktuálního typu instance.

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, který se má protokolovat.

method
String

Metoda protokolování.

message
String

Zpráva, která se má protokolovat.

Platí pro