18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
741
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName, messageArg);
746
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName);
751
throw
TypeLoaderExceptionHelper
.CreateMissingMethodException(id, methodName);
756
throw
TypeLoaderExceptionHelper
.CreateMissingFieldException(id, fieldName);
761
throw
TypeLoaderExceptionHelper
.CreateFileNotFoundException(id, fileName);
766
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id);
771
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id, methodName);
776
throw
TypeLoaderExceptionHelper
.CreateBadImageFormatException(id);
Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (10)
46
throw
TypeLoaderExceptionHelper
.CreateBadImageFormatException(id);
53
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName);
60
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName, messageArg);
67
throw
TypeLoaderExceptionHelper
.CreateMissingMethodException(id, methodName);
74
throw
TypeLoaderExceptionHelper
.CreateMissingFieldException(id, fieldName);
81
throw
TypeLoaderExceptionHelper
.CreateFileNotFoundException(id, fileName);
88
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id);
95
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id, methodName);
102
throw
TypeLoaderExceptionHelper
.CreateMarshalDirectiveException(id);
109
throw
TypeLoaderExceptionHelper
.CreateAmbiguousMatchException(id);