[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:38:55 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:21.000000000 -0400
+++ shadow/62150.tmp.2653 2005-10-03 08:38:55.000000000 -0400
@@ -140,6 +140,22 @@
CreateDummy();
Console.WriteLine("Hello World!");
MainClass monprog=new MainClass();
monprog.Test();
}
}
+
+------- Additional Comments From informatique.internet at fiducial.fr 2005-10-03 08:38 -------
+should return :
+Hello World!
+oops : execption
+System.Data.OracleClient.OracleException
+OracleException :::ORA-00001: unique constraint
+(HUBERT.PK_INTRA_LANGUE) violated
+
+Command text : INSERT INTO INTRA_LANGUE (LANGUE_CODE,LANGUE)
+VALUES(:param1,:param2)
+param1
+en
+param2
+english
+
More information about the mono-bugs
mailing list