Class CollectionNotFoundException
Inheritance
CollectionNotFoundException
Assembly: Couchbase.NetClient.dll
Syntax
public class CollectionNotFoundException : CouchbaseException, ISerializable
Constructors
|
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, string)
Declaration
public CollectionNotFoundException(string scopeName, string collectionName)
Parameters
Type |
Name |
Description |
string |
scopeName |
|
string |
collectionName |
|
Implements
Extension Methods