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