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

Inheritance: System.Exception
Datei anzeigen Open project: aliyun/aliyun-openapi-net-sdk Class Usage Examples

Public Methods

Method Description
ClientException ( String message ) : System
ClientException ( String errCode, String errMsg ) : System
ClientException ( String errCode, String errMsg, string requestId ) : System

Method Details

ClientException() public method

public ClientException ( String message ) : System
message String
return System

ClientException() public method

public ClientException ( String errCode, String errMsg ) : System
errCode String
errMsg String
return System

ClientException() public method

public ClientException ( String errCode, String errMsg, string requestId ) : System
errCode String
errMsg String
requestId string
return System