How do I get specific details about an exception from a general Exception class object?

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2010-02-04T15:23:27Z Indexed on 2010/04/03 5:03 UTC
Read the original article Hit count: 490

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET