18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
706
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName, messageArg);
711
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName);
716
throw
TypeLoaderExceptionHelper
.CreateMissingMethodException(id, methodName);
721
throw
TypeLoaderExceptionHelper
.CreateMissingFieldException(id, fieldName);
726
throw
TypeLoaderExceptionHelper
.CreateFileNotFoundException(id, fileName);
731
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id);
736
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id, methodName);
741
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);