OssException Constructor (String, Exception) |
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public OssException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
OssException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> OssException
Parameters
- message
- Type: SystemString
Error Message - innerException
- Type: SystemException
Inner exceptions
See Also