Click or drag to resize
ServiceException Constructor (String, Exception)
Creates a new ServiceExceptioninstance.

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

Parameters

message
Type: SystemString
Error messag
innerException
Type: SystemException
internal exception
See Also