C# Class Machete.Domain.Entities.MacheteException

Inheritance: System.Exception
ファイルを表示 Open project: SavageLearning/Machete

Public Methods

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

Method Details

MacheteException() public method

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

MacheteException() public method

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