Exemplo n.º 1
0
 /// <summary>
 ///     Migrations.Infrastructure.MigrationsException with message like "Migrations have already been enabled in project '{0}'. To overwrite the existing migrations configuration, use the -Force parameter."
 /// </summary>
 internal static Exception MigrationsAlreadyEnabled(object p0)
 {
     return(new MigrationsException(Strings.MigrationsAlreadyEnabled(p0)));
 }
 /// <summary>
 ///     Migrations.Infrastructure.MigrationsException with message like "Migrations have already been enabled in project '{0}'. To overwrite the existing migrations configuration, use the -Force parameter."
 /// </summary>
 internal static Exception MigrationsAlreadyEnabled(object p0)
 {
     return new Migrations.Infrastructure.MigrationsException(Strings.MigrationsAlreadyEnabled(p0));
 }