Property | Type | Description | |
---|---|---|---|
Code | int | ||
Description | string | ||
ParamsPassed |
Method | Description | |
---|---|---|
ApiRequestErrorException ( ) : System | ||
ApiRequestErrorException ( string message ) : System | ||
ApiRequestErrorException ( string message, |
||
ApiRequestErrorException ( string errDesc, int code, string description, |
||
ToString ( ) : string |
public ApiRequestErrorException ( string message ) : System | ||
message | string | |
return | System |
public ApiRequestErrorException ( string message, |
||
message | string | |
inner | ||
return | System |
public ApiRequestErrorException ( string errDesc, int code, string description, |
||
errDesc | string | |
code | int | |
description | string | |
paramsPassed | ||
return | System |