[Lazarus] IDE: ignore exception if they are caught

Marco van de Voort marcov at stack.nl
Fri Aug 23 21:40:04 CEST 2013


On Wed, Aug 21, 2013 at 03:43:51PM +0800, Xiangrong Fang wrote:
> I have the following code:
> 
> try
>     stream.ReadBuffer(buffer, length);
> except
>     //handle exceptions...
> end;
> 
> Is it possible to configure lazarus to ignore EStreamError in such case?

Handle, inspect, and if you don't want to handle it, reraise.




More information about the Lazarus mailing list