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