ExceptionTExceptionArgs 构造函数 (TExceptionArgs, String, Exception) |
实例化一个异常对象
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Exception(
TExceptionArgs args,
string message = null,
Exception innerException = null
)
Public Sub New (
args As TExceptionArgs,
Optional message As String = Nothing,
Optional innerException As Exception = Nothing
)
public:
Exception(
TExceptionArgs args,
String^ message = nullptr,
Exception^ innerException = nullptr
)
new :
args : 'TExceptionArgs *
?message : string *
?innerException : Exception
(* Defaults:
let _message = defaultArg message null
let _innerException = defaultArg innerException null
*)
-> Exception
参数
- args
- 类型:TExceptionArgs
异常消息 - message (Optional)
- 类型:SystemString
消息 - innerException (Optional)
- 类型:SystemException
内部异常类
参见