Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sowamazing/18be95a93ae00bfec19e57b620de09c4 to your computer and use it in GitHub Desktop.
Save sowamazing/18be95a93ae00bfec19e57b620de09c4 to your computer and use it in GitHub Desktop.
try
{
int x = 1/0;
}
catch(DivideByZeroException e )
{
EventLog.WriteEntry(sourceApplication, eventName, EventLogEntryType.Warning);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment