Indy 9
|
EIdHTTPProtocolException = class(EIdProtocolReplyError)
EIdHTTPProtocolException reimplements the alternate constructor CreateError to facilitate creating an exception instance with the values specified in the arguments to the constructor.
EIdHTTPProtocolException also implements ErrorMessage to describe the text in the protocol error message.
property ErrorMessage: string;
constructor CreateError(const anErrCode: Integer; const asReplyMessage: string; const asErrorMessage: string); virtual; reintroduce;