Constructor CcdClientException
CcdClientException(int, string)
Creates a CcdClientException.
Declaration
public CcdClientException(int errorCode, string message)
Parameters
Type | Name | Description |
---|---|---|
int | errorCode | The error code or the HTTP Status returned by the service. |
string | message | The description of the exception. |
CcdClientException(int, string, Exception)
Creates a CcdClientException.
Declaration
public CcdClientException(int errorCode, string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
int | errorCode | The error code or the HTTP Status returned by the service. |
string | message | The description of the exception. |
Exception | innerException | The exception raised by the service, if any. |