an Interesting Exception While get an Image from Internet
问题 I am developing a program in WPF, getting a picture from the web and used an image control. My image list has 50 pictures (from vimeo's thumbnails). Everything looks fine but number 45. The picture has some problem and when I get to the 45th picture, I get this exception: Value does not fall within the expected range. exception http://img232.imageshack.us/img232/2748/5688301315b2497090468bc.png I used try-catch but I can't catch it. Because it occurs in the Bitmap class. Here are the details: