2 instantiations of DllNotFoundException
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
436throw new DllNotFoundException(ZLibNativeDllName);
WindowsBase (1)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
436throw new DllNotFoundException(ZLibNativeDllName);
18 references to DllNotFoundException
PresentationFramework (2)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
55catch (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)
134catch (DllNotFoundException) 266catch (DllNotFoundException)
System.Messaging (12)
System\Messaging\Interop\NativeMethods.cs (1)
330catch (DllNotFoundException)
System\Messaging\Interop\SafeNativeMethods.cs (3)
34catch (DllNotFoundException) 52catch (DllNotFoundException) 66catch (DllNotFoundException)
System\Messaging\Interop\UnsafeNativeMethods.cs (8)
32catch (DllNotFoundException) 100catch (DllNotFoundException) 114catch (DllNotFoundException) 128catch (DllNotFoundException) 142catch (DllNotFoundException) 156catch (DllNotFoundException) 174catch (DllNotFoundException) 191catch (DllNotFoundException)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
232catch (DllNotFoundException)