Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic BulkWriteConcernError(
int code,
string codeName,
string message,
BsonDocument details
)
Public Sub New (
code As Integer,
codeName As String,
message As String,
details As BsonDocument
)
new :
code : int *
codeName : string *
message : string *
details : BsonDocument -> BulkWriteConcernError
Parameters
- code
- Type: SystemInt32
The code. - codeName
- Type: SystemString
The name of the code. - message
- Type: SystemString
The message. - details
- Type: MongoDB.BsonBsonDocument
The details.
See Also