ApiException
class HyperionApiClient::Models::ApiException
  : public Exception
  : public ApiExceptionSummary
public int StatusCode
public string Response
public IReadOnlyDictionary< string, IEnumerable< string > > Headers
public TResult Result
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary< string, IEnumerable< string > > headers, Exception innerException)
public override string ToString()
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary< string, IEnumerable< string > > headers, TResult result, Exception innerException)
Members
public int StatusCode
public string Response
public IReadOnlyDictionary< string, IEnumerable< string > > Headers
public TResult Result
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary< string, IEnumerable< string > > headers, Exception innerException)
public override string ToString()
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary< string, IEnumerable< string > > headers, TResult result, Exception innerException)
Last updated