Class InvalidMigrationException
Inherited Members
Namespace: FluentMigrator.Runner.Exceptions
Assembly: FluentMigrator.Runner.dll
Syntax
public class InvalidMigrationException : RunnerException, ISerializable, _Exception
Constructors
| Edit this page View SourceInvalidMigrationException(IMigration, string)
Declaration
public InvalidMigrationException(IMigration migration, string errors)
Parameters
Type | Name | Description |
---|---|---|
IMigration | migration | |
string | errors |
Properties
| Edit this page View SourceMessage
Gets a message that describes the current exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string | The error message that explains the reason for the exception, or an empty string (""). |