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.

MongoCursorNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoCursorNotFoundException class.

Properties

CursorId

Gets the cursor identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)