C# Class Simple.Migrator.IrreversibleMigrationException

Exception thrown in a migration Down() method when changes can't be undone.
Inheritance: System.Exception
Mostrar archivo Open project: juanplopes/simple

Public Methods

Method Description
IrreversibleMigrationException ( ) : System

Method Details

IrreversibleMigrationException() public method

public IrreversibleMigrationException ( ) : System
return System