C# Class Aliyun.Acs.Core.Exceptions.ClientException

Inheritance: System.Exception
Afficher le fichier Open project: aliyun/aliyun-openapi-net-sdk Class Usage Examples

Méthodes publiques

Méthode Description
ClientException ( String message ) : System
ClientException ( String errCode, String errMsg ) : System
ClientException ( String errCode, String errMsg, string requestId ) : System

Method Details

ClientException() public méthode

public ClientException ( String message ) : System
message String
Résultat System

ClientException() public méthode

public ClientException ( String errCode, String errMsg ) : System
errCode String
errMsg String
Résultat System

ClientException() public méthode

public ClientException ( String errCode, String errMsg, string requestId ) : System
errCode String
errMsg String
requestId string
Résultat System