Topic Path: Symbol Reference > Classes > TIdCmdTCPServer Class > TIdCmdTCPServer Properties > ExceptionReply Property
ContentsIndexHome
PreviousUpNext
TIdCmdTCPServer.ExceptionReply Property

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

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

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.