Class ApiException<TResult>
Inheritance
ApiException<TResult>
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
Constructors
|
Improve this Doc
View Source
ApiException(String, Int32, String, IReadOnlyDictionary<String, IEnumerable<String>>, TResult, Exception)
Declaration
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
Properties
|
Improve this Doc
View Source
Result
Declaration
public TResult Result { get; }
Property Value
Implements