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