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

Definição

Registra um erro em log por meio de um método especificado do tipo de instância atual.

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

O tipo a ser registrado em log.

method
String

O método de registro em log.

message
String

A mensagem a ser registrada em log.

Aplica-se a