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