6 references to BadImageFormatException
mscorlib (6)
system\resources\resourcereader.cs (6)
594
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_TypeMismatch"), eof);
597
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_TypeMismatch"), e);
670
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_TypeMismatch"), eof);
673
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_TypeMismatch"), e);
875
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_ResourcesHeaderCorrupted"), eof);
878
throw new
BadImageFormatException
(Environment.GetResourceString("BadImageFormat_ResourcesHeaderCorrupted"), e);