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

File:InvalidDictionaryItemException
Purpose:Raised when an invalid item is provided to a method of the
Dictionary implementations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:28.07.2018 23:58:16


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


Constructor Detail
Top

InvalidDictionaryItemException ()

Purpose: Constructor of the InvalidDictionaryItemException class
Notes:

Top

InvalidDictionaryItemException (character)

Purpose: Constructor of the InvalidDictionaryItemException class
Notes:

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

InvalidDictionaryItemException (character, integer)

Purpose: Constructor of the InvalidDictionaryItemException 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

InvalidDictionaryItemException (Error)

Purpose: Constructor of the InvalidDictionaryItemException class
Notes:

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

InvalidDictionaryItemException (Error, character)

Purpose: Constructor of the InvalidDictionaryItemException class
Notes:

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

InvalidDictionaryItemException (Error, character, integer)

Purpose: Constructor of the InvalidDictionaryItemException 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