C# Class CSMongo.Exceptions.NoCursorsFoundException

Thrown when attempting to get access to a cursor but the collection has no cursors available
Inheritance: System.InvalidOperationException
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
NoCursorsFoundException ( ) : System

Throws that the collection has no cursors waiting

Method Details

NoCursorsFoundException() public method

Throws that the collection has no cursors waiting
public NoCursorsFoundException ( ) : System
return System