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

Ancestor for stack exceptions raised in the Indy library.

File
EIdStackError = class(EIdException);

EIdStackError is an EIdException descendant that is the ancestor for stack

Exceptions 
Description 
general exception type, instead of the more specialized instances like 
 
  try
    // ...
  except
    on E: EIdStackError do HandleStackException(E);
    on E: EIdIPVersionUnsupported do HandleIPVersionException(E);
    // ...
  end;

EIdException 

EIdStackInitializationFailed 

EIdStackSetSizeExceeded 

EIdIPVersionUnsupported

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