Click or drag to resize

ServerUnavailableException Class

Thrown when the client cannot find a healthy server to execute an operation on. This could temporarily happen during a swap/failover/rebalance situation. The calling code could decide to retry the operation after handling this exception.
Inheritance Hierarchy
SystemObject
  SystemException
    CouchbaseServerUnavailableException

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1

The ServerUnavailableException type exposes the following members.

Constructors
  NameDescription
Public methodServerUnavailableException
Initializes a new instance of the ServerUnavailableException class
Public methodServerUnavailableException(String)
Initializes a new instance of the ServerUnavailableException class
Public methodServerUnavailableException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServerUnavailableException class
Public methodServerUnavailableException(String, Exception)
Initializes a new instance of the ServerUnavailableException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also