4 references to FileLoadExceptionKind
System.Private.CoreLib (4)
src\System\IO\FileLoadException.CoreCLR.cs (4)
50
internal static unsafe void Create(
FileLoadExceptionKind
kind, char* pFileName, int hresult, object* pThrowable, Exception* pException)
58
FileLoadExceptionKind
.BadImageFormat => new BadImageFormatException(fileName, hresult),
59
FileLoadExceptionKind
.FileNotFound => new FileNotFoundException(fileName, hresult),
60
FileLoadExceptionKind
.OutOfMemory => new OutOfMemoryException(),