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

Exception that behaves like the VCL EAbort exception.

File
EIdSilentException = class(EIdException);

EIdSilentException is an EIdException descendant that represents an exception class which should behave like the VCL EAbort exception. Use the settings in the IDE to include EIdSilentException in the list of ignored exceptions under Tools -> Debugger Options.

An Exception must be handled your application code to avoid being raised at runtime, or in the IDE debugger.

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