Ancestor for stack exceptions raised in the Indy library.
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
|
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. |