Namespace: Consultingwerk.Exceptions
Class 
ExceptionWithTitle Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Exceptions.Exception
Implements: Consultingwerk.Exceptions.ISupportsInnerException, Consultingwerk.Exceptions.ISupportsOriginalStackTrace, Consultingwerk.Exceptions.IErrorTitle, Consultingwerk.Exceptions.IProvidesSessionInfo, Consultingwerk.Exceptions.ISupportsInnerException
Inherited by: Consultingwerk.SmartFramework.Repository.RepositoryException Consultingwerk.SmartFramework.Repository.InconsistentRepositoryDataException Consultingwerk.SmartFramework.Repository.InvalidObjectInstanceException Consultingwerk.SmartFramework.Repository.InvalidObjectMasterException Consultingwerk.SmartFramework.Repository.InvalidObjectPageException Consultingwerk.SmartFramework.Repository.InvalidObjectTypeException Consultingwerk.SmartFramework.Repository.InvalidRepositoryDataTypeException Consultingwerk.SmartFramework.Repository.MissingModuleDataFolderException Consultingwerk.OERA.Exceptions.NotFoundException Consultingwerk.Studio.Proparse.ProparseTempFileWriteProtectedException Consultingwerk.SmartComponents.Implementation.ValidationException Consultingwerk.BusinessEntityDesigner.Generator.ControlGeneratorException Consultingwerk.BusinessEntityDesigner.Generator.ControlGeneratorDidNotReturnCodeException Consultingwerk.Exceptions.QueryParsingException Consultingwerk.Exceptions.InvalidQueryOperatorException Consultingwerk.Exceptions.InvalidQueryTermException



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

Top Property Summary
Options Name Purpose
CHARACTER Title


Constructor Detail
Top

ExceptionWithTitle (character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

Parameters:
pcTitle CHARACTER
The title for the Exception
Top

ExceptionWithTitle (character, character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
pcTitle CHARACTER
The title for the Exception
Top

ExceptionWithTitle (character, integer, character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
piMessageNumber INTEGER
The error message number associated with this ExceptionWithTitle object
pcTitle CHARACTER
The title for the Exception
Top

ExceptionWithTitle (Error, character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcTitle CHARACTER
The title for the Exception
Top

ExceptionWithTitle (Error, character, character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

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

ExceptionWithTitle (Error, character, integer, character)

Purpose: Constructor of the ExceptionWithTitle class
Notes:

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


Property Detail
Top

CHARACTER Title


Returns CHARACTER


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