C# Class Machete.Service.MacheteDispatchException

Inheritance: MacheteServiceException
Afficher le fichier Open project: SavageLearning/Machete

Méthodes publiques

Méthode Description
MacheteDispatchException ( string errorMessage ) : System
MacheteDispatchException ( string errorMessage, Exception innerEx ) : System

Method Details

MacheteDispatchException() public méthode

public MacheteDispatchException ( string errorMessage ) : System
errorMessage string
Résultat System

MacheteDispatchException() public méthode

public MacheteDispatchException ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
Résultat System