Constructor MongoQueryException
MongoQueryException(ConnectionId, string, BsonDocument, BsonDocument)
Initializes a new instance of the Mongo
public MongoQueryException(ConnectionId connectionId, string message, BsonDocument query, BsonDocument queryResult)
Parameters
connectionId
ConnectionId The connection identifier.
message
stringThe message.
query
BsonDocument The query.
queryResult
BsonDocument The query result.
MongoQueryException(SerializationInfo, StreamingContext)
Initializes a new instance of the Mongo
Parameters
info
SerializationInfo The SerializationInfo.
context
StreamingContext The StreamingContext.