Skip to content

Instantly share code, notes, and snippets.

@HamidMosalla
Created February 15, 2018 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HamidMosalla/499f250b30668497c4cd4dcc00d8e9f8 to your computer and use it in GitHub Desktop.
Save HamidMosalla/499f250b30668497c4cd4dcc00d8e9f8 to your computer and use it in GitHub Desktop.
try
{
throw new InvalidOperationException("Exception message");
}
catch (ArgumentNullException e)
{
_logger.LogError(e.Message, e.InnerException);
return View("Index");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment