When the JIT compiler needs a type definition for a type in an assembly that is not yet loaded, but the loader fails to load that assembly (eg. FileNotFoundException, or UnauthorizedAccessException), JIT-compilation of the method using that type obviously fails.When the JIT compiler needs a type definition f