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