C# Class Migr8.MigrationException

Inheritance: System.Exception
Afficher le fichier Open project: rebus-org/migr8

Méthodes publiques

Méthode 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 méthode

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

MigrationException() public méthode

Constructs the exception with the given message
public MigrationException ( string message ) : System
message string
Résultat System

MigrationException() public méthode

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