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