C# Class COSXML.CosException.CosClientException

Inheritance: System.ApplicationException
Show file Open project: tencentyun/qcloud-sdk-dotnet Class Usage Examples

Public Properties

Property Type Description
errorCode int

Public Methods

Method Description
CosClientException ( int errorCode, string message ) : System
CosClientException ( int errorCode, string message, Exception cause ) : System

Method Details

CosClientException() public method

public CosClientException ( int errorCode, string message ) : System
errorCode int
message string
return System

CosClientException() public method

public CosClientException ( int errorCode, string message, Exception cause ) : System
errorCode int
message string
cause Exception
return System

Property Details

errorCode public property

错误码
public int errorCode
return int