Class ApiException
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class ApiException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
ApiException(String, Int32, String, IReadOnlyDictionary<String, IEnumerable<String>>, Exception)
Declaration
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
|
Improve this Doc
View Source
Response
Declaration
public string Response { get; }
Property Value
|
Improve this Doc
View Source
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements