Skip to content

Instantly share code, notes, and snippets.

@AnshulKuthiala
Created December 7, 2018 08:22
Show Gist options
  • Save AnshulKuthiala/f392d824c8a1c717be681c81ae969c2c to your computer and use it in GitHub Desktop.
Save AnshulKuthiala/f392d824c8a1c717be681c81ae969c2c to your computer and use it in GitHub Desktop.
[Show Exception Message]
public static void ShowExceptionMessage(Exception exception)
{
MessageBox.Show(exception.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment