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

File:InvalidDictionaryKeyException
Purpose:Raised when an invalid key is provided to a method of the
Dictionary implementations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:28.07.2018 23:50:56


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


Constructor Detail
Top

InvalidDictionaryKeyException ()

Purpose: Constructor of the InvalidDictionaryKeyException class
Notes:

Top

InvalidDictionaryKeyException (character)

Purpose: Constructor of the InvalidDictionaryKeyException class
Notes:

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

InvalidDictionaryKeyException (character, integer)

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

InvalidDictionaryKeyException (Error)

Purpose: Constructor of the InvalidDictionaryKeyException class
Notes:

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

InvalidDictionaryKeyException (Error, character)

Purpose: Constructor of the InvalidDictionaryKeyException class
Notes:

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

InvalidDictionaryKeyException (Error, character, integer)

Purpose: Constructor of the InvalidDictionaryKeyException 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       13.04.2026 10:21:27