Click or drag to resize
OssException Constructor (String, Exception)
Initializes a new OssException instance

Namespace: Aliyun.OSS.Common
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public OssException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Error Message
innerException
Type: SystemException
Inner exceptions
See Also