try {
thisMethodCausesAnException();
} catch (Exception ex) {
labelError.Text = "An exception occured.";
GotDotNet.Elmah.LogException(ex);
}
// Continue processing...
Is there a method in Elmah that will allow me to do this? Or do I need
to throw the exception have the HttpModule pick it up to log it?
Sorry, first time google groups user... I didn't notice there were
other discussions until after I posted and it brought me to a list of
all the discussions.
On Apr 17, 3:18 pm, dege <dgarcia...@gmail.com> wrote:
> Oops, looks like someone else already asked the same question:http://groups.google.com/group/elmah/browse_thread/thread/39ff7c6fb86...
- Atif