On 21/08/2013 08:43, Xiangrong Fang wrote:
Hi All,

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? I mean I do NOT want to ignore all such exceptions, only those that are already caught by my code.

At the moment it is only possible to filter by exception class.

That is you can either ignore *all* EStreamError, or none.



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

Reply via email to