18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
706throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName, messageArg); 711throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName); 716throw TypeLoaderExceptionHelper.CreateMissingMethodException(id, methodName); 721throw TypeLoaderExceptionHelper.CreateMissingFieldException(id, fieldName); 726throw TypeLoaderExceptionHelper.CreateFileNotFoundException(id, fileName); 731throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id); 736throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id, methodName); 741throw TypeLoaderExceptionHelper.CreateBadImageFormatException(id);
Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (10)
46throw TypeLoaderExceptionHelper.CreateBadImageFormatException(id); 53throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName); 60throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName, messageArg); 67throw TypeLoaderExceptionHelper.CreateMissingMethodException(id, methodName); 74throw TypeLoaderExceptionHelper.CreateMissingFieldException(id, fieldName); 81throw TypeLoaderExceptionHelper.CreateFileNotFoundException(id, fileName); 88throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id); 95throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id, methodName); 102throw TypeLoaderExceptionHelper.CreateMarshalDirectiveException(id); 109throw TypeLoaderExceptionHelper.CreateAmbiguousMatchException(id);