APG.CodeHelper.ExceptionHandler.ExceptionHandler.HandleUnhandledException C# (CSharp) Method

HandleUnhandledException() private static method

private static HandleUnhandledException ( Exception e ) : void
e System.Exception
return void
        private static void HandleUnhandledException(Exception e)
        {
            ShowExceptionDialog(e, "� ������� ��������� �������������� �������������� ��������. ���� ��� ������ ����� ����������� ���������� � ������������.", "�������������� ����������", MessageBoxIcon.Warning, true);
        }