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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
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