Bug #21874 MySqlException should derive from DbException
Submitted: 28 Aug 2006 13:44 Modified: 4 Sep 2006 13:04
Reporter: Please Remove Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S4 (Feature request)
Version:5.0.0.0 Alpha OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[28 Aug 2006 13:44] Please Remove
Description:
Hi!

Please derive MySqlException from the new DbException class. 

How to repeat:
N/A

Suggested fix:
Replace public sealed class MySqlException : SystemException
with public sealed class MySqlException : DbException 

;-)
[28 Aug 2006 13:49] Please Remove
Just saw that this has already been requested for 1.0.7. Please close if appropriate.
[28 Aug 2006 14:22] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/10928
[28 Aug 2006 14:23] Reggie Burnett
Fixed in 5.0.1
[4 Sep 2006 13:04] MC Brown
A note has been added to the 5.0.1 changelog.