Manual Elmah error handling

CodeKeep C# Feed Aprile 30th, 2008

Description: Manual Elmah error handling

Link: http://www.codekeep.net/snippets/761321e3-fc4a-4531-a63c-c24f9ef9a283.aspx

Elmah.ErrorLog errorLog = Elmah.ErrorLog.GetDefault(HttpContext.Current);
                errorLog.Log(new Elmah.Error(ex));

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Comments are closed.

Trackback URI |