Description
After heavily using ResizeImage, we have discovered a number of edge cases where invalid data would cause exceptions that pass through the try/catch blocks. The solution that we found was to widen the catch blocks to just Exception.
After heavily using ResizeImage, we have discovered a number of edge cases where invalid data would cause exceptions that pass through the try/catch blocks. The solution that we found was to widen the catch blocks to just Exception.