C# Class Migr8.MigrationException

Inheritance: System.Exception
显示文件 Open project: rebus-org/migr8

Public Methods

Method Description
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

Method Details

MigrationException() public method

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

MigrationException() public method

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

MigrationException() public method

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