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

HandleRowNotInTableException() private static method

private static HandleRowNotInTableException ( System.Data.RowNotInTableException rowNotInTableException ) : void
rowNotInTableException System.Data.RowNotInTableException
return void
        private static void HandleRowNotInTableException(RowNotInTableException rowNotInTableException)
        {
            ShowExceptionDialog(rowNotInTableException, "���� ������� ������� � ������ ������ � �������, ������� �� �� �����������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }