C# 클래스 Migr8.MigrationException

상속: System.Exception
파일 보기 프로젝트 열기: rebus-org/migr8

공개 메소드들

메소드 설명
MigrationException ( SerializationInfo info, StreamingContext context ) : System

Happy serialization

MigrationException ( string message ) : System

Constructs the exception with the given message

MigrationException ( string message, Exception exception ) : System

Constructs the exception with the given message and inner exception

메소드 상세

MigrationException() 공개 메소드

Happy serialization
public MigrationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

MigrationException() 공개 메소드

Constructs the exception with the given message
public MigrationException ( string message ) : System
message string
리턴 System

MigrationException() 공개 메소드

Constructs the exception with the given message and inner exception
public MigrationException ( string message, Exception exception ) : System
message string
exception System.Exception
리턴 System