Class MongoConnectionPoolPausedException
Represents a MongoDB connection pool paused exception.
[Serializable]
public class MongoConnectionPoolPausedException : MongoClientException, ISerializable
- Inheritance
-
Mongo
Connection Pool Paused Exception
- Implements
- Inherited Members
Constructors
MongoConnectionPoolPausedException(SerializationInfo, StreamingContext)
Initializes a new instance of the Mongo
Parameters
info
SerializationInfo The SerializationInfo.
context
StreamingContext The StreamingContext.
MongoConnectionPoolPausedException(string)
Initializes a new instance of the Mongo
Parameters
message
stringThe error message.