Internet Direct (Indy) Version 9.0.2 Beta
EIdInvalidPortRange
Represents an exception raised during bind due to an invalid port number range.

EIdInvalidPortRange = class(EIdSocketHandleError)
Description
EIdInvalidPortRange is an EIdSocketHandleError descendant that represents an exception raised when a TIdSocketHandle Bind operation cannot be performed due to errors in the port number range specified by TIdSocketHandle in the ClientPortMin and ClientPortMax properties. EIdInvalidPortRange uses the constant value RSInvalidPortRange, including the mimimum and maximum port numbers, to form the exception message text.