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

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

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