[Mono.CSharp] Fix compilation for the monotouch profile with new exception filter...
[mono.git] / mcs / class / Mono.CSharp / monotouch.cs
index fed14757214c04e26c51000b3724149f6c1b1e49..a8260819907e8cef35ea7e90ed327970965f6c00 100644 (file)
@@ -40,6 +40,11 @@ namespace System.Reflection.Emit
                        throw new NotSupportedException ();
                }
 
+               public void BeginExceptFilterBlock ()
+               {
+                       throw new NotSupportedException ();
+               }
+
                public void BeginFinallyBlock ()
                {
                        throw new NotSupportedException ();