File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
xml/System.Runtime.Loader Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -779,7 +779,8 @@ Each <xref:System.Runtime.Loader.AssemblyLoadContext> can load only:
779779 <exception cref =" T:System.ArgumentNullException" >
780780 <paramref name =" unmanagedDllPath" /> is <see langword =" null" />.</exception >
781781 <exception cref =" T:System.ArgumentException" >The <paramref name =" unmanagedDllPath" /> argument is not an absolute path.</exception >
782- <exception cref =" T:System.IO.FileNotFoundException" >The unmanaged library cannot be found.</exception >
782+ <exception cref =" T:System.DllNotFoundException" >The library can't be found.</exception >
783+ <exception cref =" T:System.BadImageFormatException" >The library is not valid.</exception >
783784 </Docs >
784785 </Member >
785786 <Member MemberName =" Name" >
You can’t perform that action at this time.
0 commit comments