C# Class COSXML.CosException.CosClientException

Inheritance: System.ApplicationException
Afficher le fichier Open project: tencentyun/qcloud-sdk-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
errorCode int

Méthodes publiques

Méthode Description
CosClientException ( int errorCode, string message ) : System
CosClientException ( int errorCode, string message, Exception cause ) : System

Method Details

CosClientException() public méthode

public CosClientException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

CosClientException() public méthode

public CosClientException ( int errorCode, string message, Exception cause ) : System
errorCode int
message string
cause Exception
Résultat System

Property Details

errorCode public_oe property

错误码
public int errorCode
Résultat int