C# Class Machete.Service.MacheteIntegrityException

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

Public Methods

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

Method Details

MacheteIntegrityException() public method

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

MacheteIntegrityException() public method

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