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