Class MongoConnectionClosedException
Represents a MongoDB connection failed exception.
[Serializable]
public class MongoConnectionClosedException : MongoConnectionException, ISerializable
- Inheritance
-
MongoConnectionClosedException
- Implements
- Inherited Members
Constructors
MongoConnectionClosedException(ConnectionId)
Initializes a new instance of the MongoConnectionClosedException class.
public MongoConnectionClosedException(ConnectionId connectionId)
Parameters
connectionId
ConnectionIdThe connection identifier.
MongoConnectionClosedException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoConnectionClosedException class.
protected MongoConnectionClosedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
Properties
IsNetworkException
Determines whether the exception is network error or no.
public override bool IsNetworkException { get; }