public void Extensions_BadImageFormatExceptionIsCriticalTest() { var ex = new BadImageFormatException(); Assert.IsTrue(ex.IsCritical()); }