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.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
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