Class IndexApiException<TResult>
Inheritance
IndexApiException<TResult>
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class IndexApiException<TResult> : IndexApiException, ISerializable
Type Parameters
Constructors
IndexApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception)
Declaration
public IndexApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
Properties
Result
Declaration
public TResult Result { get; }
Property Value
Implements