SqlClientLogger.LogError(String, String, String) Metodo

Definizione

Registra un errore tramite un metodo specifico del tipo di istanza corrente.

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)

Parametri

type
String

Tipo da registrare.

method
String

Metodo di registrazione.

message
String

Messaggio da registrare.

Si applica a