Table of Contents

Constructor MongoWaitQueueFullException

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

MongoWaitQueueFullException(string)

Initializes a new instance of the MongoWaitQueueFullException class.

public MongoWaitQueueFullException(string message)

Parameters

message string

The error message.

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.