APG.CodeHelper.ExceptionHandler.ExceptionHandler.HandleRowNotInTableException C# (CSharp) Метод

HandleRowNotInTableException() приватный статический Метод

private static HandleRowNotInTableException ( System.Data.RowNotInTableException rowNotInTableException ) : void
rowNotInTableException System.Data.RowNotInTableException
Результат void
        private static void HandleRowNotInTableException(RowNotInTableException rowNotInTableException)
        {
            ShowExceptionDialog(rowNotInTableException, "���� ������� ������� � ������ ������ � �������, ������� �� �� �����������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }