SqlClientLogger.LogError(String, String, String) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过当前实例类型的指定方法记录错误。
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
 
要记录的消息。