14 references to BadImageFormatException
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (6)
549throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 553throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 631throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 635throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 790throw new BadImageFormatException(SR.BadImageFormat_ResourcesHeaderCorrupted, eof); 794throw new BadImageFormatException(SR.BadImageFormat_ResourcesHeaderCorrupted, e);
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (2)
87throw new BadImageFormatException(SR.DataTooBig, e); 112throw new BadImageFormatException(e.Message, e);
System.Resources.Extensions (6)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (6)
549throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 553throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 631throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 635throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 790throw new BadImageFormatException(SR.BadImageFormat_ResourcesHeaderCorrupted, eof); 794throw new BadImageFormatException(SR.BadImageFormat_ResourcesHeaderCorrupted, e);