BulkWriteOperationError Constructor |
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntaxpublic BulkWriteOperationError(
int index,
int code,
string message,
BsonDocument details
)
Public Sub New (
index As Integer,
code As Integer,
message As String,
details As BsonDocument
)
new :
index : int *
code : int *
message : string *
details : BsonDocument -> BulkWriteOperationError
Parameters
- index
- Type: SystemInt32
The index. - code
- Type: SystemInt32
The code. - message
- Type: SystemString
The message. - details
- Type: MongoDB.BsonBsonDocument
The details.
See Also