C# Class SimpleMigrations.MigrationException

An exception relating to migrations occurred
Inheritance: System.Exception
ファイルを表示 Open project: canton7/SimpleMigrations

Public Methods

Method Description
MigrationException ( ) : System

Instantiates a new instance of the MigrationException class

MigrationException ( string message ) : System

Instantiates a new instance of the MigrationException class

MigrationException ( string message, Exception innerException ) : System

Instantiates a new instance of the MigrationException class

Method Details

MigrationException() public method

Instantiates a new instance of the MigrationException class
public MigrationException ( ) : System
return System

MigrationException() public method

Instantiates a new instance of the MigrationException class
public MigrationException ( string message ) : System
message string Message to use
return System

MigrationException() public method

Instantiates a new instance of the MigrationException class
public MigrationException ( string message, Exception innerException ) : System
message string Message to use
innerException System.Exception Inner exception to use
return System