MongoBulkWriteOperationException Class (original) (raw)

Represents a bulk write operation exception.

Inheritance Hierarchy

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

[SerializableAttribute] public class MongoBulkWriteOperationException : MongoServerException

Public Class MongoBulkWriteOperationException Inherits MongoServerException

[] type MongoBulkWriteOperationException =
class inherit MongoServerException end

The MongoBulkWriteOperationException type exposes the following members.

Constructors

Properties

Methods

Events

| | Name | Description | | | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Protected event | SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from Exception.) |

Top

Extension Methods

See Also

Reference