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

HandleMissingPrimaryKeyException() private static method

private static HandleMissingPrimaryKeyException ( System.Data.MissingPrimaryKeyException missingPrimaryKeyException ) : void
missingPrimaryKeyException System.Data.MissingPrimaryKeyException
return void
        private static void HandleMissingPrimaryKeyException(MissingPrimaryKeyException missingPrimaryKeyException)
        {
            ShowExceptionDialog(missingPrimaryKeyException, "� ������ ������ ����������� ��������� ����. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }