C# 클래스 CSMongo.Exceptions.NoCursorsFoundException

Thrown when attempting to get access to a cursor but the collection has no cursors available
상속: System.InvalidOperationException
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
NoCursorsFoundException ( ) : System

Throws that the collection has no cursors waiting

메소드 상세

NoCursorsFoundException() 공개 메소드

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