Search Results for

    Show / Hide Table of Contents

    Class IndexApiException

    Inheritance
    object
    Exception
    IndexApiException
    IndexApiException<TResult>
    Implements
    ISerializable
    Inherited Members
    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 : Exception, ISerializable

    Constructors

    IndexApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, Exception)

    Declaration
    public IndexApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
    Parameters
    Type Name Description
    string message
    int statusCode
    string response
    IReadOnlyDictionary<string, IEnumerable<string>> headers
    Exception innerException

    Properties

    Headers

    Declaration
    public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, IEnumerable<string>>

    Response

    Declaration
    public string Response { get; }
    Property Value
    Type Description
    string

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Methods

    ToString()

    Creates and returns a string representation of the current exception.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current exception.

    Overrides
    Exception.ToString()

    Implements

    ISerializable
    In this article
    Back to top Version 6.1.0.11rc