Getting the (hex) error code from an IOException, or regular Exception!
Is this possible? i know it HAS a error code, (HResult) but the get accessor is private.
I would do some sort of ComException thing, but im not sure about the pros/cons of doing this, and if its even possible/the same.