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

File:FactoryMissingConstructorException
Purpose:Exception raised when the Factory:CreateInstance method
does not find a matching construtor
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:31.03.2019 22:09:45


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


Constructor Detail
Top

FactoryMissingConstructorException ()

Purpose: Constructor of the FactoryMissingConstructorException class
Notes:

Top

FactoryMissingConstructorException (character)

Purpose: Constructor of the FactoryMissingConstructorException class
Notes:

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

FactoryMissingConstructorException (character, integer)

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

FactoryMissingConstructorException (Error)

Purpose: Constructor of the FactoryMissingConstructorException class
Notes:

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

FactoryMissingConstructorException (Error, character)

Purpose: Constructor of the FactoryMissingConstructorException class
Notes:

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

FactoryMissingConstructorException (Error, character, integer)

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