ApiException<TResult>.

ApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception) Constructor

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

Type Description
void