Click or drag to resize
MongoCommandExceptionCommand Property
Gets the command.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public BsonDocument Command { get; }

Property Value

Type: BsonDocument
The command.
See Also