BudgetAnalyser.Engine.Statement.UnexpectedIndexException.UnexpectedIndexException C# (CSharp) Method

UnexpectedIndexException() public method

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

Same methods

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