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