Class ApiException<TResult>
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
TResult
- Inheritance
-
ApiException<TResult>
- Implements
- Inherited Members
Constructors
ApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception)
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
message
stringstatusCode
intresponse
stringheaders
IReadOnlyDictionary<string, IEnumerable<string>>result
TResultinnerException
Exception
Properties
Result
public TResult Result { get; }
Property Value
- TResult