Class MongoBulkWriteOperationException
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a bulk write operation exception.
[Serializable]
public class MongoBulkWriteOperationException : MongoServerException, ISerializable
- Inheritance
-
MongoBulkWriteOperationException
- Implements
- Inherited Members
Constructors
- MongoBulkWriteOperationException(ConnectionId, BulkWriteOperationResult, IReadOnlyList<BulkWriteOperationError>, BulkWriteConcernError, IReadOnlyList<WriteRequest>)
Initializes a new instance of the MongoBulkWriteOperationException class.
- MongoBulkWriteOperationException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoBulkWriteOperationException class.
Properties
- Result
Gets the result of the bulk write operation.
- UnprocessedRequests
Gets the unprocessed requests.
- WriteConcernError
Gets the write concern error.
- WriteErrors
Gets the write errors.