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