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