[Mono-bugs] [Bug 439909] Problem with throw and Stack traces...

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 4 03:39:11 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=439909

User informatique.internet at fiducial.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=439909#c5





--- Comment #5 from Hubert FONGARNAND <informatique.internet at fiducial.fr>  2008-11-04 01:39:10 MST ---
Ok, sorry my test case was too simplist...

But, there's another little problem :

if i do now "throw ex;" :

try{
                                Plante();
                        }catch(Exception ex)
                        {
                                throw ex;
                        }


The complete stacktrace should not be displayed anymore (like in MS.NET) but in
mono it does...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list