Hello, I was lucky to catch IscException (from FirebirdSql.Data.Common) when unplugged system from network while application was trying periodically to fill data table. The problem is that this exception is declared as internal and is inherited directly from Exception class, therefore I cannot handle it in a separate way without hacks (e.g. try { blah-blah } catch (IscException e) { report problem }). For now I check exception type name to determine that something is wrong with database connection. It would be great though if this exception was defined public or wrapped by say FbException. Can this change be done under 2.1 branch or it is frozen?
Thanks! Tasman -- View this message in context: http://www.nabble.com/IscException-is-internal-in-FirebirdClient-2.1-tp21977900p21977900.html Sent from the firebird-net-provider mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider