Table of Contents

Class MongoWaitQueueFullException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a MongoDB connection pool wait queue full exception.

[Serializable]
public class MongoWaitQueueFullException : MongoClientException, ISerializable
Inheritance
MongoWaitQueueFullException
Implements
Inherited Members

Constructors

MongoWaitQueueFullException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoWaitQueueFullException class.

protected MongoWaitQueueFullException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

MongoWaitQueueFullException(string)

Initializes a new instance of the MongoWaitQueueFullException class.

public MongoWaitQueueFullException(string message)

Parameters

message string

The error message.