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.