FXEXCEPTION_USER |
User code can use this value and upwards. |
FXEXCEPTION_BADRANGE |
This code indicates that the valid range was exceeded. |
FXEXCEPTION_NULLPOINTER |
This code indicates a null pointer was encountered. |
FXEXCEPTION_NORESOURCE |
This code indicates a failure to allocate a resource. |
FXEXCEPTION_NOMEMORY |
This code indicates a failure to allocate memory. |
FXEXCEPTION_NOTSUPPORTED |
This code indicates that an operation is unsupported. |
FXEXCEPTION_NOTFOUND |
This code indicates a failure to find something (eg; a file, handle, etc). |
FXEXCEPTION_IOERROR |
This code indicates a failure to perform i/o. |
FXEXCEPTION_CONNECTIONLOST |
This code indicates that a connection unexpectedly terminated. |
FXEXCEPTION_NOPERMISSION |
This code indicates that the caller did not have permission. |
FXEXCEPTION_WINDOW |
This code indicates that an error happened in the window system. |
FXEXCEPTION_IMAGE |
This code indicates that an error happened in the image system. |
FXEXCEPTION_FONT |
This code indicates that an error happened in the font system. |
FXEXCEPTION_OSSPECIFIC |
This code indicates an exception was thrown by a call to the local OS thunking layer. |
FXEXCEPTION_PYTHONERROR |
This code indicates that this exception came from a python exception. |
FXEXCEPTION_USER |
User code can use this value and upwards. |
FXEXCEPTION_BADRANGE |
This code indicates that the valid range was exceeded. |
FXEXCEPTION_NULLPOINTER |
This code indicates a null pointer was encountered. |
FXEXCEPTION_NORESOURCE |
This code indicates a failure to allocate a resource. |
FXEXCEPTION_NOMEMORY |
This code indicates a failure to allocate memory. |
FXEXCEPTION_NOTSUPPORTED |
This code indicates that an operation is unsupported. |
FXEXCEPTION_NOTFOUND |
This code indicates a failure to find something (eg; a file, handle, etc). |
FXEXCEPTION_IOERROR |
This code indicates a failure to perform i/o. |
FXEXCEPTION_CONNECTIONLOST |
This code indicates that a connection unexpectedly terminated. |
FXEXCEPTION_NOPERMISSION |
This code indicates that the caller did not have permission. |
FXEXCEPTION_WINDOW |
This code indicates that an error happened in the window system. |
FXEXCEPTION_IMAGE |
This code indicates that an error happened in the image system. |
FXEXCEPTION_FONT |
This code indicates that an error happened in the font system. |
FXEXCEPTION_OSSPECIFIC |
This code indicates an exception was thrown by a call to the local OS thunking layer. |
FXEXCEPTION_PYTHONERROR |
This code indicates that this exception came from a python exception. |