2 instantiations of DllNotFoundException
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
436
throw new
DllNotFoundException
(ZLibNativeDllName);
WindowsBase (1)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
436
throw new
DllNotFoundException
(ZLibNativeDllName);
18 references to DllNotFoundException
PresentationFramework (2)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
55
catch (
DllNotFoundException
)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
129
(ex is
DllNotFoundException
|| ex is EntryPointNotFoundException)
System (1)
compmod\microsoft\win32\SafeNativeMethods.cs (1)
72
} catch (
DllNotFoundException
) {
System.IO.Log (2)
System\IO\Log\LogStore.cs (2)
134
catch (
DllNotFoundException
)
266
catch (
DllNotFoundException
)
System.Messaging (12)
System\Messaging\Interop\NativeMethods.cs (1)
330
catch (
DllNotFoundException
)
System\Messaging\Interop\SafeNativeMethods.cs (3)
34
catch (
DllNotFoundException
)
52
catch (
DllNotFoundException
)
66
catch (
DllNotFoundException
)
System\Messaging\Interop\UnsafeNativeMethods.cs (8)
32
catch (
DllNotFoundException
)
100
catch (
DllNotFoundException
)
114
catch (
DllNotFoundException
)
128
catch (
DllNotFoundException
)
142
catch (
DllNotFoundException
)
156
catch (
DllNotFoundException
)
174
catch (
DllNotFoundException
)
191
catch (
DllNotFoundException
)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
232
catch (
DllNotFoundException
)