public void ValueForInvalidKeyTest() { // https://bugzilla.xamarin.com/show_bug.cgi?id=13243 Assert.Throws <MonoTouchException> (() => { using (var str = new NSString("test")) { str.ValueForKey(str); } }); }