Internet Direct (Indy)
Home
PreviousUpNext
EIdSilentException Class

Exception that behaves like the VCL EAbort exception.

Pascal
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.

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.