Class MongoConnectionPoolPausedException
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
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
MongoConnectionPoolPausedException(string)
Initializes a new instance of the MongoConnectionPoolPausedException class.
public MongoConnectionPoolPausedException(string message)
Parameters
message
stringThe error message.