Table of Contents

Class MongoConnectionPoolPausedException

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

Represents a MongoDB connection pool paused exception.

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

Constructors

MongoConnectionPoolPausedException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoConnectionPoolPausedException class.

protected MongoConnectionPoolPausedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

MongoConnectionPoolPausedException(string)

Initializes a new instance of the MongoConnectionPoolPausedException class.

public MongoConnectionPoolPausedException(string message)

Parameters

message string

The error message.