MongoBulkWriteExceptionTDocument Class |
Namespace: MongoDB.Driver
[SerializableAttribute] public sealed class MongoBulkWriteException<TDocument> : MongoBulkWriteException
The MongoBulkWriteExceptionTDocument type exposes the following members.
Name | Description | |
---|---|---|
MongoBulkWriteExceptionTDocument(SerializationInfo, StreamingContext) |
Initializes a new instance of the MongoQueryException class (this overload supports deserialization).
| |
MongoBulkWriteExceptionTDocument(ConnectionId, BulkWriteResultTDocument, IEnumerableBulkWriteError, WriteConcernError, IEnumerableWriteModelTDocument) |
Initializes a new instance of the MongoBulkWriteException class.
|
Name | Description | |
---|---|---|
ConnectionId |
Gets the connection identifier.
(Inherited from MongoServerException.) | |
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Result |
Gets the result of the bulk write operation.
| |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
UnprocessedRequests |
Gets the unprocessed requests.
| |
WriteConcernError |
Gets the write concern error.
(Inherited from MongoBulkWriteException.) | |
WriteErrors |
Gets the write errors.
(Inherited from MongoBulkWriteException.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Gets the object data.
(Overrides MongoBulkWriteExceptionGetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
ToString | (Inherited from Exception.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |