Esempio n. 1
0
        /// <summary>
        /// Shows window with error message.
        /// </summary>
        /// <param name="exception">Exception to show.</param>
        public static void Show(System.Exception exception)
        {
            ExceptionNotifier notifier = new ExceptionNotifier(exception);

            notifier.ShowDialog();
        }