Explorar o código

2004-09-02 Ben Maurer <[email protected]>

	* LocalBuilder.cs: another s.ioe

svn path=/trunk/mcs/; revision=33256
Ben Maurer %!s(int64=21) %!d(string=hai) anos
pai
achega
4bb07bb665

+ 4 - 0
mcs/class/corlib/System.Reflection.Emit/ChangeLog

@@ -1,3 +1,7 @@
+2004-09-02 Ben Maurer  <[email protected]>
+
+	* LocalBuilder.cs: another s.ioe
+
 2004-09-02 Ben Maurer  <[email protected]>
 
 	* ModuleBuilder.cs: dont throw an S.IOE for debugging stuff.

+ 1 - 1
mcs/class/corlib/System.Reflection.Emit/LocalBuilder.cs

@@ -65,7 +65,7 @@ namespace System.Reflection.Emit {
 
 		public void SetLocalSymInfo (string lname, int startOffset, int endOffset)
 		{
-			throw new InvalidOperationException ();
+			// nop
 		}
 
 		public void SetLocalSymInfo (string lname)