C# Class BudgetAnalyser.Engine.Statement.UnexpectedIndexException

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

Méthodes publiques

Méthode Description
UnexpectedIndexException ( ) : System

Initializes a new instance of the UnexpectedIndexException class.

UnexpectedIndexException ( string message ) : System

Initializes a new instance of the UnexpectedIndexException class.

Private Methods

Méthode Description
UnexpectedIndexException ( string message, Exception innerException ) : System

Method Details

UnexpectedIndexException() public méthode

Initializes a new instance of the UnexpectedIndexException class.
public UnexpectedIndexException ( ) : System
Résultat System

UnexpectedIndexException() public méthode

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