Topic Path: Symbol Reference > Classes > EIdCanNotBindPortInRange Class
ContentsIndexHome
PreviousUpNext
EIdCanNotBindPortInRange Class

Exception raised during bind for reserved port numbers.

File
EIdCanNotBindPortInRange = class(EIdSocketHandleError);

EIdCanNotBindPortInRange is an EIdSocketHandleError descendant that represents an exception raised when TIdSocketHandle Bind operation cannot allocate a reserved port number in the range specified by TIdSocketHandle in the ClientPortMin and ClientPortMax properties. 

EIdCanNotBindPortInRange uses the constant value RSCanNotBindRange, including the mimimum and maximum port numbers, to form the exception message text.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.