Custom exception type to be thrown when migrating down when the migration cannot be undone

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
[SerializableAttribute]
public class IrreversibleMigrationException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IrreversibleMigrationException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Mindscape.NHibernateModelDesigner.Migrations..::.IrreversibleMigrationException

See Also