Property | Type | Description | |
---|---|---|---|
Code | int |
Method | Description | |
---|---|---|
ApiException ( int code ) | ||
ApiException ( string message, System innerException, int code ) | ||
ApiException ( string message, System.Exception innerException, int code ) | ||
ApiException ( string message, int code ) |
public ApiException ( string message, System innerException, int code ) | ||
message | string | |
innerException | System | |
code | int |
public ApiException ( string message, System.Exception innerException, int code ) | ||
message | string | |
innerException | System.Exception | |
code | int |
public ApiException ( string message, int code ) | ||
message | string | |
code | int |