Class MongoCursorNotFoundException
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets the cursor identifier.
Methods
GetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.