Click or drag to resize
ServiceException Constructor (String)
Creates a new ServiceException instance.

Namespace: Aliyun.OSS.Common
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntax
public ServiceException(
	string message
)

Parameters

message
Type: SystemString
The error messag
See Also