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

HandleDataException() private static method

private static HandleDataException ( DataException dataException ) : void
dataException System.Data.DataException
return void
        private static void HandleDataException(DataException dataException)
        {
            ShowExceptionDialog(dataException, "��� ������ �����������, ���� ������������ �������� �� ��� ������ ���� �����, ���� ��� ������������ ��� ���� ��������. ��������� ������������ �������� � ��������� ������� ����� ������.", "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }