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

File:StartupValidationFailedException
Purpose:Exception that may be thrown by the IStartupValidationService
when a configuration issue is detected
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Jul 28 08:20:47 CEST 2016


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


Constructor Detail
Top

StartupValidationFailedException ()

Purpose: Constructor of the Exception class
Notes:

Top

StartupValidationFailedException (character)

Purpose: Constructor of the Exception class
Notes:

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

StartupValidationFailedException (character, integer)

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

StartupValidationFailedException (Error)

Purpose: Constructor of the Exception class
Notes:

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

StartupValidationFailedException (Error, character)

Purpose: Constructor of the Exception class
Notes:

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

StartupValidationFailedException (Error, character, integer)

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