C# 클래스 CSMongo.Exceptions.MissingCollectionNameException

Thrown when an empty string is used as a MongoCollection name
상속: System.ArgumentException
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
MissingCollectionNameException ( string argument ) : System

Throws that a collection name was not found

메소드 상세

MissingCollectionNameException() 공개 메소드

Throws that a collection name was not found
public MissingCollectionNameException ( string argument ) : System
argument string
리턴 System