6 instantiations of DllNotFoundException
Microsoft.Build (1)
InprocTrackingNativeMethods.cs (1)
212throw new DllNotFoundException(fileTrackerDllName.Value);
Microsoft.CodeAnalysis (1)
DiaSymReader\Writer\SymUnmanagedWriterFactory.cs (1)
57throw new DllNotFoundException(loadException.Message, loadException);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
PDB\PDBTests.cs (1)
362testData: new CompilationTestData() { SymWriterFactory = _ => throw new DllNotFoundException("xxx") });
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\InternalsVisibleToAndStrongNameTests.cs (1)
232GetStrongNameInterfaceFunc = () => throw new DllNotFoundException("aaa.dll not found.")
PresentationCore (1)
MS\Internal\Text\TextInterface\DWriteLoader.cs (1)
21throw new DllNotFoundException("dwrite.dll", new Win32Exception());
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
568throw new DllNotFoundException(SR.Odbc_UnixOdbcNotFound + Environment.NewLine + e.Message);
37 references to DllNotFoundException
Microsoft.Build.Framework (1)
VisualStudioLocationHelper.cs (1)
78catch (DllNotFoundException)
Microsoft.CodeAnalysis (4)
DiaSymReader\SymUnmanagedFactory.cs (1)
202catch (DllNotFoundException e) when (useAlternativeLoadPath)
DiaSymReader\Writer\SymUnmanagedWriterFactory.cs (2)
30/// <exception cref="DllNotFoundException">The SymWriter implementation is not available or failed to load.</exception> 52if (loadException is DllNotFoundException)
NativePdbWriter\PdbWriter.cs (1)
544catch (DllNotFoundException e)
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
48catch (Exception e) when (e is DllNotFoundException or EntryPointNotFoundException)
Microsoft.ML.Mkl.Components (3)
ComputeLRTrainingStdThroughHal.cs (1)
51catch (DllNotFoundException)
OlsLinearRegression.cs (2)
291catch (DllNotFoundException) 394catch (DllNotFoundException)
Microsoft.ML.TestFrameworkCommon (1)
Attributes\AttributeHelpers.cs (1)
25catch (DllNotFoundException)
Microsoft.VisualStudio.LanguageServices (3)
CodeMarkers\ManagedCodeMarkers.cs (3)
184catch (DllNotFoundException) 225catch (DllNotFoundException) 291catch (DllNotFoundException)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
218[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DllNotFoundException))]
netstandard (1)
netstandard.cs (1)
743[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DllNotFoundException))]
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)
197|| e is DllNotFoundException
PresentationFramework (2)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
38catch (DllNotFoundException)
System\Windows\Documents\SpellerInteropBase.cs (1)
136(ex is DllNotFoundException || ex is EntryPointNotFoundException)
PresentationUI (1)
MS\Internal\Documents\Application\CommandEnforcer.cs (1)
145catch (System.DllNotFoundException)
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
60catch (DllNotFoundException e) 96catch (DllNotFoundException e) 135catch (DllNotFoundException e) 170catch (DllNotFoundException e) 211catch (DllNotFoundException e) 231catch (DllNotFoundException e)
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
566catch (DllNotFoundException e) when (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
781catch (Exception e) when (e is EntryPointNotFoundException || e is DllNotFoundException || e is TypeInitializationException)
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (2)
38/// <exception cref="DllNotFoundException ">If the library can't be found.</exception> 82/// <exception cref="DllNotFoundException">If the library can't be found.</exception>
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.cs (1)
77catch (DllNotFoundException dllNotFoundException)
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DllNotFoundException))]
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
213catch (DllNotFoundException)