Internet Direct (Indy)
|
Exception raised for RFC-compliant protocol responses.
EIdReplyRFCError = class(EIdReplyError);
EIdReplyRFCError is an EIdReplyError descendant that represents the generic exception raised for RFC-compliant protocol responses.
EIdReplyRFCError implements an ErrorCode property for the protocol response, and an alternate cosntructor for creating the exception with a given error code and message text.
EIdReplyRFCError is used as an ancestor class for protocol-specific errors, like EIdHTTPProtcolException, EIdNNTPConnectionRefused, and EIdSMTPREplyError.
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. |