C# Class BudgetAnalyser.Engine.Budget.BudgetException

Inheritance: System.Exception
显示文件 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
BudgetException ( string message ) : System

Initializes a new instance of the BudgetException class.

BudgetException ( string message, Exception innerException ) : System

Initializes a new instance of the BudgetException class.

Private Methods

Method Description
BudgetException ( ) : System

Method Details

BudgetException() public method

Initializes a new instance of the BudgetException class.
public BudgetException ( string message ) : System
message string The message.
return System

BudgetException() public method

Initializes a new instance of the BudgetException class.
public BudgetException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System