C# 클래스 CSMongo.Exceptions.MongoServerException

Exception thrown when the server returns an error
상속: System.InvalidOperationException
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
MongoServerException ( string error ) : System

Throws a new exception for when the Mongo server has an error

메소드 상세

MongoServerException() 공개 메소드

Throws a new exception for when the Mongo server has an error
public MongoServerException ( string error ) : System
error string
리턴 System