Click or drag to resize
MongoBulkWriteExceptionWriteErrors Property
Gets the write errors.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax
public IReadOnlyList<BulkWriteError> WriteErrors { get; }

Property Value

Type: IReadOnlyListBulkWriteError
See Also