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