Search Results for

    Show / Hide Table of Contents

    Class ServerUnavailableException

    The exception that is thrown when no connection is available to the GremlinServer.

    Inheritance
    object
    Exception
    NoConnectionAvailableException
    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 ServerUnavailableException : NoConnectionAvailableException, ISerializable

    Constructors

    ServerUnavailableException()

    Initializes a new instance of the ServerUnavailableException class.

    Declaration
    public ServerUnavailableException()

    Implements

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