CSMongo.Exceptions.MongoTypeAlreadyRegisteredException.MongoTypeAlreadyRegisteredException C# (CSharp) Method

MongoTypeAlreadyRegisteredException() public method

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