C# Class BudgetAnalyser.Engine.Statement.UnexpectedIndexException

Inheritance: System.Exception
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Public Methods

Method 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

Method Description
UnexpectedIndexException ( string message, Exception innerException ) : System

Method Details

UnexpectedIndexException() public method

Initializes a new instance of the UnexpectedIndexException class.
public UnexpectedIndexException ( ) : System
return System

UnexpectedIndexException() public method

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