C# Class Machete.Service.MacheteNullObjectException

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

Public Methods

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

Method Details

MacheteNullObjectException() public method

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

MacheteNullObjectException() public method

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