• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kotlerman / Kot.MongoDB.Migrations / 4092924319

pending completion
4092924319

push

github

kotlerman
Update packages versions to 2.0.2

212 of 212 branches covered (100.0%)

Branch coverage included in aggregate %.

452 of 452 relevant lines covered (100.0%)

837.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Kot.MongoDB.Migrations/Exceptions/MigrationInProgressException.cs
1
namespace Kot.MongoDB.Migrations.Exceptions
2
{
3
    /// <summary>
4
    /// Represents an error caused by trying to run migration when there is other migration in progress.
5
    /// </summary>
6
    public class MigrationInProgressException : MongoDbMigrationsException
7
    {
8
        /// <summary>
9
        /// Initializes a new instance of the <see cref="MigrationInProgressException"/> class.
10
        /// </summary>
11
        public MigrationInProgressException() : base("There is other migration in progress.")
4✔
12
        {
13
        }
4✔
14
    }
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc