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