Difference between revisions of "Midware TClientWSocket.OnBgException"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.OnBgException…') |
|||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
+ | A background exception is an exception that occurs in the middle of nowhere. It is detected at the lowest level in message handling. If not assigned and event handler, the default behaviour will be to close the socket. | ||
Occurs when an exception is thrown in the background. | Occurs when an exception is thrown in the background. | ||
− | |||
− | |||
− | |||
− |
Revision as of 07:52, 5 May 2011
Main page -> Midware component reference -> TClientWSocket -> OnBgException
Definition
property OnBgException: TBgExceptionEvent;
Description
A background exception is an exception that occurs in the middle of nowhere. It is detected at the lowest level in message handling. If not assigned and event handler, the default behaviour will be to close the socket. Occurs when an exception is thrown in the background.