Event types signalled to implement exception handling for a UDP server.
TIdUDPExceptionEvent = procedure (Sender :TObject; ABinding: TIdSocketHandle; const AMessage : String; const AExceptionClass : TClass) of object;
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|