C# Class BudgetAnalyser.Engine.Budget.BudgetException

Inheritance: System.Exception
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode 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

Méthode Description
BudgetException ( ) : System

Method Details

BudgetException() public méthode

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

BudgetException() public méthode

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.
Résultat System