ApiException.

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

Syntax

public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)

Parameters

Name Type Description
message string
statusCode int
response string
headers IReadOnlyDictionary<string, IEnumerable<string>>
innerException Exception

Return Value

Type Description
void