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