4 references to DllNotFoundException
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.")
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
568throw new DllNotFoundException(SR.Odbc_UnixOdbcNotFound + Environment.NewLine + e.Message);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.Unix.cs (1)
45throw new DllNotFoundException(SR.Format(SR.DllNotFound_Linux, libraryName, _errorMessage));