Namespace: Consultingwerk.Framework
Interface 
IErrorHandler Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.LogManagerErrorHandler, Consultingwerk.Windows.Util.Controls.ErrorLoggerControl

File:IErrorHandler
Purpose:Defines a methods required for handling messages,
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Mar 31 20:13:43 CEST 2011
Notes:See Consultingwerk.Util.ErrorHelper,
Consultingwerk.FrameworkSettings.ListIErrorHandler
Purpose: Handles an Error object
Notes: Logical return value indicates if the error has been completely
Handled, that is when this method returns TRUE, the ErrorHelper
will not display the error anymore, return false when the
ErrorHelper should still display the error message dialog.



Top Method Summary
Options Name Purpose
+ LOGICAL HandleError (Error) Handles an Error object


Method Detail
Top

PUBLIC LOGICAL HandleError (Error)

Purpose: Handles an Error object
Notes: Logical return value indicates if the error has been completely
Handled, that is when this method returns TRUE, the ErrorHelper
will not display the error anymore, return false when the
ErrorHelper should still display the error message dialog.

Parameters:
poError Progress.Lang.Error
The reference to the Error to handle
Returns LOGICAL
Logical value indicating if the error has been completely handled


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:37