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

HandleDeletedRowInaccessibleException() private static method

private static HandleDeletedRowInaccessibleException ( System.Data.DeletedRowInaccessibleException deletedRowInaccessibleException ) : void
deletedRowInaccessibleException System.Data.DeletedRowInaccessibleException
return void
        private static void HandleDeletedRowInaccessibleException(DeletedRowInaccessibleException deletedRowInaccessibleException)
        {
            ShowExceptionDialog(deletedRowInaccessibleException, "������ ������� � ������ ������ �������, ������� ���� �� �� ���������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }