Namespace: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Exceptions
Class 
UnsupportedControlTypeException Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Exceptions.Exception
Implements: Consultingwerk.Exceptions.ISupportsInnerException, Consultingwerk.Exceptions.ISupportsOriginalStackTrace, Consultingwerk.Exceptions.IProvidesSessionInfo

File:UnsupportedControlTypeException
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 05 09:51:09 CEST 2015
Notes:Non SERIALIZABLE, as the reference to the original .NET
Control is not serializable


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

Top Property Summary
Options Name Purpose
System.Windows.Forms.Control Control


Constructor Detail
Top

UnsupportedControlTypeException ()

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Top

UnsupportedControlTypeException (character)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

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

UnsupportedControlTypeException (character, Control)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error
Top

UnsupportedControlTypeException (character, integer)

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

UnsupportedControlTypeException (character, integer, Control)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error
Top

UnsupportedControlTypeException (Control)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Parameters:
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error
Top

UnsupportedControlTypeException (Error)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

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

UnsupportedControlTypeException (Error, character)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

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

UnsupportedControlTypeException (Error, character, Control)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorString CHARACTER
The error message associated with this Exception object
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error
Top

UnsupportedControlTypeException (Error, character, integer)

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

UnsupportedControlTypeException (Error, character, integer, Control)

Purpose: Constructor of the UnsupportedControlTypeException 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
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error
Top

UnsupportedControlTypeException (Error, Control)

Purpose: Constructor of the UnsupportedControlTypeException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
poControl System.Windows.Forms.Control
The reference to the .NET Control that cause this error


Property Detail
Top

System.Windows.Forms.Control Control


Returns System.Windows.Forms.Control


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:15