BudgetAnalyser.Engine.Statement.UnexpectedIndexException.UnexpectedIndexException C# (CSharp) Méthode

UnexpectedIndexException() public méthode

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

Same methods

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