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

HandleReadOnlyException() private static method

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