Table of Contents

Class MongoBulkWriteException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a bulk write exception.

[Serializable]
public abstract class MongoBulkWriteException : MongoServerException, ISerializable
Inheritance
MongoBulkWriteException
Implements
Derived
Inherited Members

Constructors

MongoBulkWriteException(ConnectionId, IEnumerable<BulkWriteError>, WriteConcernError)

Initializes a new instance of the MongoBulkWriteException class.

MongoBulkWriteException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoQueryException class (this overload supports deserialization).

Properties

WriteConcernError

Gets the write concern error.

WriteErrors

Gets the write errors.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.