OssException Constructor (String, Exception) |
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic OssException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
解释异常原因的错误信息。 - innerException
- Type: SystemException
导致当前异常的异常。
See Also