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.8.0.0 (2.8.0)
Syntax
public ServiceException(
	string message
)

Parameters

message
Type: SystemString
The error messag
See Also