CSMongo.Exceptions.MongoTypeAlreadyRegisteredException.MongoTypeAlreadyRegisteredException C# (CSharp) 메소드

MongoTypeAlreadyRegisteredException() 공개 메소드

Throws that the requested type has already been registered
public MongoTypeAlreadyRegisteredException ( Type type ) : System
type System.Type
리턴 System
        public MongoTypeAlreadyRegisteredException(Type type)
            : base(string.Format("The MongoDataType {0} has already been registered!", type.Name))
        {
        }
MongoTypeAlreadyRegisteredException