SqlClientLogger.LogError(String, String, String) 方法

定义

通过当前实例类型的指定方法记录错误。

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)

参数

type
String

要记录的类型。

method
String

记录方法。

message
String

要记录的消息。

适用于