| LogNetBaseWriteException 方法 (String, String, Exception) | 
 
            写入一条带关键字和描述信息的异常信息
            Write an exception log with keywords and text
            
 
        命名空间: 
     HslCommunication.LogNet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void WriteException(
	string keyWord,
	string text,
	Exception ex
)
Public Sub WriteException ( 
	keyWord As String,
	text As String,
	ex As Exception
)
public:
virtual void WriteException(
	String^ keyWord, 
	String^ text, 
	Exception^ ex
) sealed
abstract WriteException : 
        keyWord : string * 
        text : string * 
        ex : Exception -> unit 
override WriteException : 
        keyWord : string * 
        text : string * 
        ex : Exception -> unit 参数
- keyWord
- 类型:SystemString
 关键字
- text
- 类型:SystemString
 内容
- ex
- 类型:SystemException
 异常
 参见
参见