Click or drag to resize
OssException Constructor (String, Exception)
初始化新的OssException实例。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public OssException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
解释异常原因的错误信息。
innerException
Type: SystemException
导致当前异常的异常。
See Also