Search Results for

    Show / Hide Table of Contents

    Class IndexApiException<TResult>

    Inheritance
    object
    Exception
    IndexApiException
    IndexApiException<TResult>
    Implements
    ISerializable
    Inherited Members
    IndexApiException.StatusCode
    IndexApiException.Response
    IndexApiException.Headers
    IndexApiException.ToString()
    Exception.GetBaseException()
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public class IndexApiException<TResult> : IndexApiException, ISerializable
    Type Parameters
    Name Description
    TResult

    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
    Type Name Description
    string message
    int statusCode
    string response
    IReadOnlyDictionary<string, IEnumerable<string>> headers
    TResult result
    Exception innerException

    Properties

    Result

    Declaration
    public TResult Result { get; }
    Property Value
    Type Description
    TResult

    Implements

    ISerializable
    In this article
    Back to top Version 6.1.0.11rc