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

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

File
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

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