Home
Manage Your Code
Snippet: Manual Elmah error handling (C#)
Title: Manual Elmah error handling Language: C#
Description: Manual Elmah error handling Views: 199
Author: ajit goel Date Added: 4/30/2008
Copy Code  
1Elmah.ErrorLog errorLog = Elmah.ErrorLog.GetDefault(HttpContext.Current);
2                errorLog.Log(new Elmah.Error(ex));