Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
EIdProtocolReplyError.CreateError
EIdProtocolReplyError
Constructor for the exception.
constructor
CreateError(
const
AErrCode: Integer;
const
AReplyMessage:
string
);
virtual
;
Parameters
const AErrCode: Integer
Error number form the peer.
const AReplyMessage: string
Error reply from the peer.
Description
CreateError is the constructor for the exception, and creates a
EIdProtocolReplyError
exception which takes the following parameters:
asReplyMessage - text reply from a peer.
anErrCode - error code from the peer.