X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.CSharp%2Fmonotouch.cs;h=a8260819907e8cef35ea7e90ed327970965f6c00;hb=19f49f93f9ec66cfd54b458796c3b0800d6fb9c3;hp=fed14757214c04e26c51000b3724149f6c1b1e49;hpb=f37e86ff58d7b5a47484e60aded45bf8b98ae918;p=mono.git diff --git a/mcs/class/Mono.CSharp/monotouch.cs b/mcs/class/Mono.CSharp/monotouch.cs index fed14757214..a8260819907 100644 --- a/mcs/class/Mono.CSharp/monotouch.cs +++ b/mcs/class/Mono.CSharp/monotouch.cs @@ -40,6 +40,11 @@ namespace System.Reflection.Emit throw new NotSupportedException (); } + public void BeginExceptFilterBlock () + { + throw new NotSupportedException (); + } + public void BeginFinallyBlock () { throw new NotSupportedException ();