[Mono-bugs] [Bug 419634] catch(Exception){throw; } within a catch block is throwing the previous exception

2008-08-22 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=419634 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=419634#c1 --- Comment #1 from Raj Patel <[EMAIL PROTECTED]> 2008-08-22 12:59:45 MDT --- Created an attachment (id=235030) --> (https://bugzilla.novell.com/atta

[Mono-bugs] [Bug 419634] catch(Exception){throw; } within a catch block is throwing the previous exception

2008-08-22 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=419634 Raj Patel <[EMAIL PROTECTED]> changed: What|Removed |Added OS/Version|openSUSE 10.2

[Mono-bugs] [Bug 419634] catch(Exception){throw; } within a catch block is throwing the previous exception

2008-08-22 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=419634 Raj Patel <[EMAIL PROTECTED]> changed: What|Removed |Added Priority|P5 - None

[Mono-bugs] [Bug 419634] catch(Exception){throw; } within a catch block is throwing the previous exception

2008-08-22 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=419634 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=419634#c2 --- Comment #2 from Raj Patel <[EMAIL PROTECTED]> 2008-08-22 14:02:15 MDT --- Workaround is to catch(Exception e){ throw e;} (In reply to comment #0

[Mono-bugs] [Bug 419634] catch(Exception){throw; } within a catch block is throwing the previous exception

2008-08-24 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=419634 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=419634#c3 Zoltan Varga <[EMAIL PROTECTED]> changed: What|Removed |Added