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
View Source
CollectionNotFoundException()
Declaration
public CollectionNotFoundException()
View Source
CollectionNotFoundException(IErrorContext)
Declaration
public CollectionNotFoundException(IErrorContext context)
Parameters
View Source
CollectionNotFoundException(string)
Declaration
public CollectionNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
CollectionNotFoundException(string, Exception)
Declaration
public CollectionNotFoundException(string message, Exception innerException)
Parameters
Implements
Extension Methods