[Mono-bugs] [Bug 62150][Wis] Changed - Idea for some exception handling speedups

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 08:39:38 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=62150

--- shadow/62150	2005-10-03 08:38:55.000000000 -0400
+++ shadow/62150.tmp.2663	2005-10-03 08:39:38.000000000 -0400
@@ -156,6 +156,32 @@
 VALUES(:param1,:param2)
 param1
 en
 param2
 english
 
+
+------- Additional Comments From informatique.internet at fiducial.fr  2005-10-03 08:39 -------
+but returns :
+Hello World!
+oops : execption
+OracleException :::ORA-00001: unique constraint
+(HUBERT.PK_INTRA_LANGUE) violated
+
+Command text : INSERT INTO INTRA_LANGUE (LANGUE_CODE,LANGUE)
+VALUES(:param1,:param2)
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+in [0x0006b] (at /home/hubert/Projects/ExceptionBug/Main.cs:46)
+MainClass:checkexception (System.Exception e, IDbCommand command,
+System.String stack)
+in [0x000bf] (at /home/hubert/Projects/ExceptionBug/Main.cs:78)
+MainClass:Test ()
+in [0x00016] (at /home/hubert/Projects/ExceptionBug/Main.cs:87)
+MainClass:Main (System.String[] args)
+param1
+en
+
+
+
+


More information about the mono-bugs mailing list