SqlClientLogger.LogError(String, String, String) Método

Definición

Registra un error mediante un método específico del tipo de instancia actual.

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)

Parámetros

type
String

Tipo que se va a registrar.

method
String

Método de registro.

message
String

Mensaje que se va a registrar.

Se aplica a