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