18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
733
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName, messageArg);
738
throw
TypeLoaderExceptionHelper
.CreateTypeLoadException(id, className, typeName);
743
throw
TypeLoaderExceptionHelper
.CreateMissingMethodException(id, methodName);
748
throw
TypeLoaderExceptionHelper
.CreateMissingFieldException(id, fieldName);
753
throw
TypeLoaderExceptionHelper
.CreateFileNotFoundException(id, fileName);
758
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id);
763
throw
TypeLoaderExceptionHelper
.CreateInvalidProgramException(id, methodName);
768
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);