Class CollectionNotFoundException
The collection in the key-space or scope is not found.
Inheritance
CollectionNotFoundException
Assembly: Couchbase.NetClient.dll
Syntax
public class CollectionNotFoundException : CouchbaseException, ISerializable, IRetryable
Constructors
|
Edit this page
View Source
CollectionNotFoundException()
Declaration
public CollectionNotFoundException()
|
Edit this page
View Source
CollectionNotFoundException(IErrorContext)
Declaration
public CollectionNotFoundException(IErrorContext context)
Parameters
|
Edit this page
View Source
CollectionNotFoundException(string)
Declaration
public CollectionNotFoundException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
CollectionNotFoundException(string, Exception)
Declaration
public CollectionNotFoundException(string message, Exception innerException)
Parameters
Implements
Extension Methods