How do I get specific details about an exception from a general Exception class object?
- by Shyju
In ASP.NET,How can i know the Specific details about an exception (like What kind of Exception it is (FileNotFound /Arithmentc etc..) )from a General Exception class object