ELMAH has populates a column named Message. I would like to use that content to show users what the problem was for selected exceptions.
For example, for the Message "String was not recognized as a valid DateTime." I might show the user "The date you entered was not recognized as a valid Date."
How can I get the Message in my Catch statement?
Go to the complete details ...