Class BucketMissingException
A generic error raised when the Bucket for a resource cannot be located.
Implements
Inherited Members
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public class BucketMissingException : CouchbaseException, ISerializable
Constructors
| Edit this page View SourceBucketMissingException()
Declaration
public BucketMissingException()
BucketMissingException(string)
Declaration
public BucketMissingException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
BucketMissingException(string, Exception)
Declaration
public BucketMissingException(string message, Exception innerException)