Internet Direct (Indy)
Home
PreviousUpNext
TIdCmdTCPServer.ExceptionReply Property

Response code and text used for exceptions occurring in the server.

Pascal
property ExceptionReply: TIdReply;

ExceptionReply is a TIdReply property that represents the response code and message text used for exceptions occurring in the server. 

ExceptionReply is assigned during initialization of the component using the following numeric code and message text: 

 

Code 
Text 
500 
Unknown Internal Error 

 

ExceptionReply is also assigned as the default exception message for unrecognized commands in the CommandHandlers collection during initialization of the component. 

Resources allocated to the ExceptionReply property are freed in Destroy.

TIdReply CommandHandlers TIdCommandHandlers.ExceptionReply

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.