Class NodeNotAvailableException
Inheritance
NodeNotAvailableException
Assembly: Couchbase.NetClient.dll
Syntax
public class NodeNotAvailableException : CouchbaseException, ISerializable, IRetryable
Constructors
View Source
NodeNotAvailableException()
Declaration
public NodeNotAvailableException()
View Source
NodeNotAvailableException(string)
Declaration
public NodeNotAvailableException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
NodeNotAvailableException(string, Exception)
Declaration
public NodeNotAvailableException(string message, Exception innerException)
Parameters
Implements
Extension Methods