Class MongoCursorNotFoundException
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.