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