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