C# Class MigSharp.IrreversibleMigrationException

Inheritance: System.Exception
Mostrar archivo Open project: dradovic/MigSharp

Public Methods

Method Description
IrreversibleMigrationException ( ) : System
IrreversibleMigrationException ( string message ) : System
IrreversibleMigrationException ( string message, Exception innerException ) : System

Protected Methods

Method Description
IrreversibleMigrationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IrreversibleMigrationException() public method

public IrreversibleMigrationException ( ) : System
return System

IrreversibleMigrationException() protected method

protected IrreversibleMigrationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

IrreversibleMigrationException() public method

public IrreversibleMigrationException ( string message ) : System
message string
return System

IrreversibleMigrationException() public method

public IrreversibleMigrationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System