Class ClientBulkWriteException

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a bulk write exception.

public class ClientBulkWriteException : MongoServerException, ISerializable

Inheritance

ClientBulkWriteException

Implements

Inherited Members

Constructors

ClientBulkWriteException(ConnectionId, string, IReadOnlyDictionary<int, WriteError>, ClientBulkWriteResult, IReadOnlyList, Exception)

Initializes a new instance of the ClientBulkWriteException class.

Properties

PartialResult

The results of any successful operations that were performed before the error was encountered.

WriteConcernErrors

Write concern errors that occurred while executing the bulk write.

WriteErrors

Errors that occurred during the execution of individual write operations.