Table of Contents

Class MigrationDivergenceException

Namespace
The.SQL.Schema
Assembly
Instagile.dll

Thrown before any migration runs when the database has recorded a migration whose content differs from the same-numbered version in the model — the database was migrated from an edited version of the model, or from a different branch.

public class MigrationDivergenceException : Exception, ISerializable
Inheritance
MigrationDivergenceException
Implements
Inherited Members

Properties

SequenceNumbers

The diverged sequence numbers, in ascending order.

public IReadOnlyList<int> SequenceNumbers { get; }

Property Value

IReadOnlyList<int>