ServiceException 构造函数 (String, Exception) |
构造函数。
命名空间:
OBS
程序集:
esdk_obs_.net (在 esdk_obs_.net.dll 中) 版本:3.19.7.1 (3.19.7.1)
语法public ServiceException(
string message,
Exception innerException
)
参数
- message
- 类型:SystemString
错误信息。 - innerException
- 类型:SystemException
导致当前异常的异常。
参见