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