18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
741throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName, messageArg); 746throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName); 751throw TypeLoaderExceptionHelper.CreateMissingMethodException(id, methodName); 756throw TypeLoaderExceptionHelper.CreateMissingFieldException(id, fieldName); 761throw TypeLoaderExceptionHelper.CreateFileNotFoundException(id, fileName); 766throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id); 771throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id, methodName); 776throw 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);