SoftBasicShowExceptionMessage 方法 (String, Exception) |
显示一个完整的错误信息,和额外的字符串描述信息
Displays a complete error message, and additional string description information
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void ShowExceptionMessage(
string extraMsg,
Exception ex
)
Public Shared Sub ShowExceptionMessage (
extraMsg As String,
ex As Exception
)
public:
static void ShowExceptionMessage(
String^ extraMsg,
Exception^ ex
)
static member ShowExceptionMessage :
extraMsg : string *
ex : Exception -> unit
参数
- extraMsg
- 类型:SystemString
额外的描述信息 - ex
- 类型:SystemException
异常对象
异常 异常 | 条件 |
---|
NullReferenceException | |
备注 调用本方法可以显示一个异常的详细信息
参见