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);
        }