Internet Direct (Indy)
Home
PreviousUpNext
EIdInvalidPortRange Class

Represents an exception raised during bind due to an invalid port number range.

Pascal
EIdInvalidPortRange = class(EIdSocketHandleError);

EIdInvalidPortRange is an EIdSocketHandleError descendant that represents an exception raised when a socket handle cannot using a port number for a requested range of port numbers. 

EIdInvalidPortRange is raised in TIdSocketHandle when the Bind method encounters client port ranges where the minimum port number is larger than the maximum port number. EIdInvalidPortRange uses the constant value RSInvalidPortRange, including the mimimum and maximum port numbers, to form the exception message text.

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.