Table of Contents

Class MongoWriteException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a write exception.

[Serializable]
public class MongoWriteException : MongoServerException, ISerializable
Inheritance
MongoWriteException
Implements
Inherited Members

Constructors

MongoWriteException(ConnectionId, WriteError, WriteConcernError, Exception)

Initializes a new instance of the MongoWriteException class.

public MongoWriteException(ConnectionId connectionId, WriteError writeError, WriteConcernError writeConcernError, Exception innerException)

Parameters

connectionId ConnectionId

The connection identifier.

writeError WriteError

The write error.

writeConcernError WriteConcernError

The write concern error.

innerException Exception

The inner exception.

MongoWriteException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoQueryException class (this overload supports deserialization).

public MongoWriteException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

Properties

WriteConcernError

Gets the write concern error.

public WriteConcernError WriteConcernError { get; }

Property Value

WriteConcernError

WriteError

Gets the write error.

public WriteError WriteError { get; }

Property Value

WriteError

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The information.

context StreamingContext

The context.