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