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.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to