Namespace: Consultingwerk.Framework.Exceptions
Class 
InvalidListIndexException Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Exceptions.Exception
Implements: Consultingwerk.Exceptions.ISupportsInnerException, Consultingwerk.Exceptions.ISupportsOriginalStackTrace, Consultingwerk.Exceptions.IProvidesSessionInfo

File:InvalidListIndexException
Purpose:Raised when an invalid index is provided to a method of the
List implementations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:28.07.2018 23:28:35


Top Constructor Summary
Options Name Purpose
InvalidListIndexException () Constructor of the InvalidListIndexException class
InvalidListIndexException (character) Constructor of the InvalidListIndexException class
InvalidListIndexException (character, integer) Constructor of the InvalidListIndexException class
InvalidListIndexException (Error) Constructor of the InvalidListIndexException class
InvalidListIndexException (Error, character) Constructor of the InvalidListIndexException class
InvalidListIndexException (Error, character, integer) Constructor of the InvalidListIndexException class


Constructor Detail
Top

InvalidListIndexException ()

Purpose: Constructor of the InvalidListIndexException class
Notes:

Top

InvalidListIndexException (character)

Purpose: Constructor of the InvalidListIndexException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
Top

InvalidListIndexException (character, integer)

Purpose: Constructor of the InvalidListIndexException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object
Top

InvalidListIndexException (Error)

Purpose: Constructor of the InvalidListIndexException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
Top

InvalidListIndexException (Error, character)

Purpose: Constructor of the InvalidListIndexException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorString CHARACTER
The error message associated with this Exception object
Top

InvalidListIndexException (Error, character, integer)

Purpose: Constructor of the InvalidListIndexException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:16