点击或拖拽改变大小

ServiceException 构造函数 (String, ErrorType, String, String, HttpStatusCode)

初始化 ServiceException 类的一个新实例

命名空间:  OBS
程序集:  esdk_obs_.net (在 esdk_obs_.net.dll 中) 版本:3.20.7.0 (3.20.7)
语法
C#
public ServiceException(
	string message,
	ErrorType errorType,
	string errorCode,
	string requestId,
	HttpStatusCode statusCode
)

参数

message
类型:SystemString
errorType
类型:OBSErrorType
errorCode
类型:SystemString
requestId
类型:SystemString
statusCode
类型:System.NetHttpStatusCode
参见