C# 클래스 CSMongo.Exceptions.MongoTypeAlreadyRegisteredException

Thrown when attempting to register the same MongoDataType more than once
상속: System.InvalidOperationException
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
MongoTypeAlreadyRegisteredException ( Type type ) : System

Throws that the requested type has already been registered

메소드 상세

MongoTypeAlreadyRegisteredException() 공개 메소드

Throws that the requested type has already been registered
public MongoTypeAlreadyRegisteredException ( Type type ) : System
type System.Type
리턴 System