Click or drag to resize
MongoBulkWriteException Constructor (ConnectionId, IEnumerableBulkWriteError, WriteConcernError)
Initializes a new instance of the MongoBulkWriteException class.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public MongoBulkWriteException(
	ConnectionId connectionId,
	IEnumerable<BulkWriteError> writeErrors,
	WriteConcernError writeConcernError
)

Parameters

connectionId
Type: MongoDB.Driver.Core.ConnectionsConnectionId
The connection identifier.
writeErrors
Type: System.Collections.GenericIEnumerableBulkWriteError
The write errors.
writeConcernError
Type: MongoDB.DriverWriteConcernError
The write concern error.
See Also