2 instantiations of EntryPointNotFoundException
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
459throw new EntryPointNotFoundException(ZLibNativeDllName + "!" + entryPointName);
WindowsBase (1)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
459throw new EntryPointNotFoundException(ZLibNativeDllName + "!" + entryPointName);
27 references to EntryPointNotFoundException
mscorlib (7)
microsoft\win32\registrykey.cs (3)
454catch (EntryPointNotFoundException) { 522catch (EntryPointNotFoundException) { 559catch (EntryPointNotFoundException) {
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
1108catch (EntryPointNotFoundException) 1126catch (EntryPointNotFoundException)
system\security\securestring.cs (1)
46catch (EntryPointNotFoundException) {
system\timezoneinfo.cs (1)
2627catch (EntryPointNotFoundException) {
PresentationFramework (2)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
58catch (EntryPointNotFoundException)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
129(ex is DllNotFoundException || ex is EntryPointNotFoundException)
System (2)
compmod\microsoft\win32\SafeNativeMethods.cs (1)
74} catch (EntryPointNotFoundException) {
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
299catch (EntryPointNotFoundException x) {
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
334catch(EntryPointNotFoundException)
System.IO.Log (1)
System\IO\Log\LogRecordSequence.cs (1)
850catch (EntryPointNotFoundException)
System.Messaging (3)
System\Messaging\Interop\UnsafeNativeMethods.cs (3)
66catch (EntryPointNotFoundException) 84catch (EntryPointNotFoundException) 170catch (EntryPointNotFoundException)
System.Security (4)
system\security\cryptography\dataprotection.cs (4)
97catch (EntryPointNotFoundException) { 160catch (EntryPointNotFoundException) { 204catch (EntryPointNotFoundException) { 235catch (EntryPointNotFoundException) {
System.Transactions (1)
System\Transactions\Transaction.cs (1)
158catch (System.EntryPointNotFoundException e)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2751catch (EntryPointNotFoundException) {
winforms\Managed\System\WinForms\ImageListStreamer.cs (1)
244catch (EntryPointNotFoundException) {
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1769catch (EntryPointNotFoundException)
MS\Internal\Automation\Misc.cs (1)
566catch(EntryPointNotFoundException)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1049catch(EntryPointNotFoundException)
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
335catch (EntryPointNotFoundException)