[Mono-bugs] [Bug 65415][Nor] Changed - Mono does not throw exception for passing MBR through remoting

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 14:29:01 -0400 (EDT)


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 lluis@ximian.com.

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

--- shadow/65415	2004-09-06 21:33:21.000000000 -0400
+++ shadow/65415.tmp.591	2004-09-08 14:29:01.000000000 -0400
@@ -29,6 +29,10 @@
 	{
 	}
 }
 
 in this case, Microsoft will throw an exception. In 1.0 it is a
 S.R.R.RemotingException, in 2.0 it is a System.Argument exception.
+
+------- Additional Comments From lluis@ximian.com  2004-09-08 14:29 -------
+I don't see what's wrong in this test case. It works both in MS.NET
+and Mono.