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));






