6 instantiations of EntryPointNotFoundException
System.Private.CoreLib (5)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
387throw new EntryPointNotFoundException(SR.Format(SR.Arg_EntryPointNotFoundExceptionParameterized, entryPointName, GetModuleName(pCell->Module)));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
773return new System.EntryPointNotFoundException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (1)
285throw new EntryPointNotFoundException(SR.Format(SR.Arg_EntryPointNotFoundExceptionParameterizedNoLibrary, symbolName));
System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (1)
89throw new EntryPointNotFoundException();
System\RuntimeExceptionHelpers.cs (1)
118return new EntryPointNotFoundException();
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
279throw new EntryPointNotFoundException();
27 references to EntryPointNotFoundException
dotnet (2)
Telemetry\ExternalTelemetryProperties.cs (2)
99Debug.Assert(e is DllNotFoundException || e is EntryPointNotFoundException); 123Debug.Assert(e is DllNotFoundException || e is EntryPointNotFoundException);
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Telemetry\ExternalTelemetryProperties.cs (2)
99Debug.Assert(e is DllNotFoundException || e is EntryPointNotFoundException); 123Debug.Assert(e is DllNotFoundException || e is EntryPointNotFoundException);
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
102catch (EntryPointNotFoundException) { }
Microsoft.ML.TestFrameworkCommon (1)
Attributes\AttributeHelpers.cs (1)
29catch (EntryPointNotFoundException)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
221[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
netstandard (1)
netstandard.cs (1)
779[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
PresentationCore (6)
MS\Internal\DpiUtil\DpiUtil+DpiAwarenessContextHelper.cs (1)
50catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+DpiAwarenessScope.cs (1)
119catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+ProcessDpiAwarenessHelper.cs (1)
70catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+SystemDpiHelper.cs (1)
52catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+WindowDpiScaleHelper.cs (1)
50catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
196|| e is EntryPointNotFoundException
PresentationFramework (2)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
41catch (EntryPointNotFoundException)
System\Windows\Documents\SpellerInteropBase.cs (1)
136(ex is DllNotFoundException || ex is EntryPointNotFoundException)
System.DirectoryServices (1)
Interop\UnsafeNativeMethods.cs (1)
33catch (EntryPointNotFoundException)
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
202if (e is EntryPointNotFoundException)
System\DirectoryServices\AccountManagement\interopt.cs (1)
29catch (EntryPointNotFoundException)
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
778catch (Exception e) when (e is EntryPointNotFoundException || e is DllNotFoundException || e is TypeInitializationException)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (1)
155/// <exception cref="EntryPointNotFoundException">If the symbol is not found</exception>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
178[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
System.Windows.Forms (2)
System\Windows\Forms\Components\ImageList\ImageListStreamer.cs (1)
135catch (EntryPointNotFoundException)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
613catch (EntryPointNotFoundException ex)
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1757catch (EntryPointNotFoundException)
MS\Internal\Automation\Misc.cs (1)
526catch(EntryPointNotFoundException)
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1027catch(EntryPointNotFoundException)