Search Results for

    Show / Hide Table of Contents

    Class NoConnectionAvailableException

    The exception that is thrown when no connection is available to service a request.

    Inheritance
    object
    Exception
    NoConnectionAvailableException
    ConnectionPoolBusyException
    ServerUnavailableException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    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: Gremlin.Net.Driver.Exceptions
    Assembly: Gremlin.Net.dll
    Syntax
    public class NoConnectionAvailableException : Exception, ISerializable

    Constructors

    NoConnectionAvailableException()

    Initializes a new instance of the NoConnectionAvailableException class.

    Declaration
    public NoConnectionAvailableException()

    NoConnectionAvailableException(string)

    Initializes a new instance of the NoConnectionAvailableException class.

    Declaration
    public NoConnectionAvailableException(string message)
    Parameters
    Type Name Description
    string message

    NoConnectionAvailableException(string, Exception)

    Initializes a new instance of the NoConnectionAvailableException class.

    Declaration
    public NoConnectionAvailableException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

    ISerializable
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation