private static void HandleReadOnlyException(ReadOnlyException readOnlyException) { ShowExceptionDialog(readOnlyException, "������� ����������� ����, �� ���������������� ��� ��������� ���� ��������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true); }