C# 클래스 SimpleMigrations.MigrationException

An exception relating to migrations occurred
상속: System.Exception
파일 보기 프로젝트 열기: canton7/SimpleMigrations

공개 메소드들

메소드 설명
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

메소드 상세

MigrationException() 공개 메소드

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

MigrationException() 공개 메소드

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

MigrationException() 공개 메소드

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
리턴 System