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