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

File:InvalidRelationException
Purpose:Exception class for the IRelationService implementations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Apr 07 11:50:48 CEST 2013


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


Constructor Detail
Top

InvalidRelationException ()

Purpose: Constructor of the Exception class
Notes:

Top

InvalidRelationException (character)

Purpose: Constructor of the Exception class
Notes:

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

InvalidRelationException (character, integer)

Purpose: Constructor of the Exception class
Notes:

Parameters:
pcErrorMessage CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object
Top

InvalidRelationException (Error)

Purpose: Constructor of the Exception class
Notes:

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

InvalidRelationException (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

InvalidRelationException (Error, character, integer)

Purpose: Constructor of the Exception class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorMessage 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:07:53