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

Namespace: Aliyun.OSS.Common
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
public ServiceException(
	string message,
	Exception innerException
)

Parameters

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