If an event handler for AssemblyLoadContext.Resolving or override of AssemblyLoadContext.Load throws a FileNotFoundException, the AppDomain.AssemblyResolve event is still fired, so other extension points still have an opportunity to resolve the assembly.
For any other kind of exception, it is not fired.
If an event handler for
AssemblyLoadContext.Resolvingor override ofAssemblyLoadContext.Loadthrows aFileNotFoundException, theAppDomain.AssemblyResolveevent is still fired, so other extension points still have an opportunity to resolve the assembly.For any other kind of exception, it is not fired.