Exceptions
Possible exceptions that might be thrown by displaying graphics methods are shown in the following table:
Exception
Reason
XToolkitNotExist
The display list is empty.
XToolkitNotFound
The function could not find the display list or the font specified in a previous call to pfcDisplay.Display.SetCurrentFont was not found.
XToolkitCantOpen
The use of display lists is disabled.
XToolkitAbort
The display was aborted.
XToolkitNotValid
The specified display list is invalid.
XToolkitInvalidItem
There is an invalid item in the display list.
XToolkitGeneralError
The specified display list is already in the process of being displayed.
Was this helpful?