Class MongoCursorNotFoundException

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a MongoDB cursor not found exception.

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)

When overridden in a derived class, sets the SerializationInfo with information about the exception.