Class ApiException<TResult>
Inheritance
ApiException<TResult>
Assembly: Algorand.dll
Syntax
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
Constructors
|
Edit this page
View Source
ApiException(string, int, 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
|
Edit this page
View Source
Result
Declaration
public TResult Result { get; }
Property Value
Implements