This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.VulnerabilityScanner.
Syntax
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
| Name |
Type |
Description |
| message |
string |
|
| statusCode |
int |
|
| response |
string |
|
| headers |
IReadOnlyDictionary<string, IEnumerable<string>> |
|
| result |
TResult |
|
| innerException |
Exception |
|
Return Value