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