C# Class Machete.Service.MacheteDispatchException

Inheritance: MacheteServiceException
ファイルを表示 Open project: SavageLearning/Machete

Public Methods

Method Description
MacheteDispatchException ( string errorMessage ) : System
MacheteDispatchException ( string errorMessage, Exception innerEx ) : System

Method Details

MacheteDispatchException() public method

public MacheteDispatchException ( string errorMessage ) : System
errorMessage string
return System

MacheteDispatchException() public method

public MacheteDispatchException ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
return System