Class MongoCommandException
Represents a MongoDB command exception.
- Inheritance
-
Mongo
Command Exception
- Implements
- Derived
- Inherited Members
Constructors
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.
Properties
Code
Gets the error code.
Property Value
- int
The error code.
CodeName
Gets the name of the error code.
Property Value
- string
The name of the error code.
Command
Gets the command.
Property Value
- Bson
Document The command.
ErrorMessage
Gets the error message.
Property Value
- string
The error message.
Result
Gets the command result.
Property Value
- Bson
Document The command result.
Methods
GetObjectData(SerializationInfo, StreamingContext)
Parameters
info
SerializationInfo context
StreamingContext