Constructor MongoConnectionException
MongoConnectionException(ConnectionId, string)
Initializes a new instance of the Mongo
Parameters
connectionId
ConnectionId The connection identifier.
message
stringThe error message.
MongoConnectionException(ConnectionId, string, Exception)
Initializes a new instance of the Mongo
public MongoConnectionException(ConnectionId connectionId, string message, Exception innerException)
Parameters
connectionId
ConnectionId The connection identifier.
message
stringThe error message.
innerException
ExceptionThe inner exception.
MongoConnectionException(SerializationInfo, StreamingContext)
Initializes a new instance of the Mongo
Parameters
info
SerializationInfo The SerializationInfo.
context
StreamingContext The StreamingContext.