Method | Description | |
---|---|---|
ClientException ( String message ) : System | ||
ClientException ( String errCode, String errMsg ) : System | ||
ClientException ( String errCode, String errMsg, string requestId ) : System |
public ClientException ( String message ) : System | ||
message | String | |
return | System |
public ClientException ( String errCode, String errMsg ) : System | ||
errCode | String | |
errMsg | String | |
return | System |
public ClientException ( String errCode, String errMsg, string requestId ) : System | ||
errCode | String | |
errMsg | String | |
requestId | string | |
return | System |