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