C# Class Machete.Service.MacheteServiceException

Inheritance: Machete.Domain.Entities.MacheteException
ファイルを表示 Open project: SavageLearning/Machete

Public Methods

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

Method Details

MacheteServiceException() public method

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

MacheteServiceException() public method

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