1 instantiation of MethodAccessException
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
68case MethodAccessException: throw new MethodAccessException(friendlyMessage);
20 references to MethodAccessException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
362[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MethodAccessException))]
netstandard (1)
netstandard.cs (1)
1054[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MethodAccessException))]
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (4)
539catch (MethodAccessException) 572catch (MethodAccessException) 605catch (MethodAccessException) 638catch (MethodAccessException)
System\Windows\Data\ObjectDataProvider.cs (1)
524catch (MethodAccessException mae)
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
68case MethodAccessException: throw new MethodAccessException(friendlyMessage);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
351[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MethodAccessException))]
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
541catch (MethodAccessException ex)
System\Windows\Forms\DataBinding\ListBindingHelper.cs (1)
256catch (MethodAccessException ex)
System.Xaml (9)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (9)
88catch (MethodAccessException) 143if (ex.InnerException is MethodAccessException) 174if (ex.InnerException is MethodAccessException) 211else if (e.InnerException is MethodAccessException) 243else if (e.InnerException is MethodAccessException) 276catch (MethodAccessException) 299if (e.InnerException is MethodAccessException) 346if (e.InnerException is MethodAccessException) 375if (e.InnerException is MethodAccessException)