Skip to content

Instantly share code, notes, and snippets.

@serbrech
Created May 4, 2012 08:39
Show Gist options
  • Select an option

  • Save serbrech/2593343 to your computer and use it in GitHub Desktop.

Select an option

Save serbrech/2593343 to your computer and use it in GitHub Desktop.
Stable server
AppDomain.CurrentDomain.UnhandledException
+= new UnhandledExceptionEventHandler(UnhandledException);
static void UnhandledException(object sender, UnhandledExceptionEventArgs e)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment