Table of Contents

Class MongoCursorNotFoundException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a MongoDB cursor not found exception.

[Serializable]
public class MongoCursorNotFoundException : MongoQueryException, ISerializable
Inheritance
MongoCursorNotFoundException
Implements
Inherited Members

Constructors

MongoCursorNotFoundException(ConnectionId, long, BsonDocument)

Initializes a new instance of the MongoCursorNotFoundException class.

public MongoCursorNotFoundException(ConnectionId connectionId, long cursorId, BsonDocument query)

Parameters

connectionId ConnectionId

The connection identifier.

cursorId long

The cursor identifier.

query BsonDocument

The query.

MongoCursorNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoCursorNotFoundException class.

protected MongoCursorNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The information.

context StreamingContext

The context.

Properties

CursorId

Gets the cursor identifier.

public long CursorId { get; }

Property Value

long

The cursor identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext