Share via


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

ログに記録されるメッセージ。

適用対象