Skip to content

Instantly share code, notes, and snippets.

@oguzhankircali
Last active March 27, 2019 19:39
Show Gist options
  • Save oguzhankircali/01b1432aaac97f1527e2390c9077af97 to your computer and use it in GitHub Desktop.
Save oguzhankircali/01b1432aaac97f1527e2390c9077af97 to your computer and use it in GitHub Desktop.
protected void Application_Error(object sender, EventArgs e)
{
var ex = Server.GetLastError();
string allFootprints = GetAllFootprints(ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment