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