Internet Direct (Indy)
Home
PreviousUpNext
EIdStackSetSizeExceeded Class

Exception raised when the number of allocated socket handles exceeds the limit for the protocol stack.

Pascal
EIdStackSetSizeExceeded = class(EIdStackError);

EIdStackSetSizeExceeded is an EIdStackError descendant raised when the number of allocated socket handles for the protocol stack exceeds the limit for the platform or Operating System hosting the Indy Library. 

EIdStackSetSizeExceeded is raised when adding a TIdStackSocketHandle socket handle instance to the TIdSocketListLinux or TIdSocketListWindows socket lists. 

EIdStackSetSizeExceeded is raised with the exception message defined in the resource string RSSetSizeExceeded.

EIdStackError 

RSSetSizeExceeded 

TIdStackSocketHandle 

TIdSocketListLinux.Add 

TIdSocketListWindows.Add

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.