
- John Dawson
WindowParentException
WindowParentException Methods
| WindowParentException() | Constructor for the WindowParentException class |
| Parent() | Returns the window being specified as the Parent |
Derived Classes
None
See Also
Class Hierarchy, Thread, Window, DisplayException
public method WindowParentException(Window Parent)
Parameters
Parent
Window which caused exception by using it as a parent
Return Value
None
Description
Constructor for the WindowParentException class using a reference to the corresponding Window object being specified as a parent.
WindowParentException Class
public method<Window> Parent()
Parameters
None
Return Value
Window being specified as parent
Description
This method returns a reference to the Window object being used as a parent. The parent window type is not valid for the type of window being created.
WindowParentException Class