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

Definição

Regista um erro através 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

Do tipo que deve ser registado.

method
String

O método de registo.

message
String

A mensagem a registar.

Aplica-se a