Class ClientBulkWriteException
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a bulk write exception.
public class ClientBulkWriteException : MongoServerException, ISerializable
Inheritance
ClientBulkWriteException
Implements
Inherited Members
Constructors
Initializes a new instance of the ClientBulkWriteException class.
Properties
The results of any successful operations that were performed before the error was encountered.
Write concern errors that occurred while executing the bulk write.
Errors that occurred during the execution of individual write operations.