ServiceDisconnectException (open)
Exception thrown when the connection to a service was lost
Syntax
LOADLIB "mod::system/lib/services.whlib";
OBJECTTYPE ServiceDisconnectException
Variables
- BOOLEAN beforerequest
If TRUE, the connection was disconnected before the current message arrived at the recipient. If FALSE, it's unknown whether the recipient processed your message
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY trace (inherited from Exception)
Contains the unwind trace for this exception
Functions
- RECORD FUNCTION EncodeForIPC() (inherited from Exception)
Encode into a record for transfer over IPC. Use RegisterReceivedExceptionType to register decoders for other types of exception.