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