Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPExceptionEvent Type

Event types signalled to implement exception handling for a UDP server.

Pascal
TIdUDPExceptionEvent = procedure (Sender :TObject; ABinding: TIdSocketHandle; const AMessage : String; const AExceptionClass : TClass) of object;
Parameters 
Description 
Sender 
Server generating the exception.
 
ABinding 
Listener thread socket handle for the exception.
 
AMessage 
Exception text encountered in the listener thread.
 
AExceptionClass 
Exception Class type for the exception. 

TIdUDPExceptionEvent is an event type used to implement exception handling for a UDP server. 

TIdUDPExceptionEvent is the type used to represent the TIdUDPServer.OnUDPException property.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.