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

HandleNoNullAllowedException() private static method

private static HandleNoNullAllowedException ( System.Data.NoNullAllowedException noNullAllowedException ) : void
noNullAllowedException System.Data.NoNullAllowedException
return void
        private static void HandleNoNullAllowedException(NoNullAllowedException noNullAllowedException)
        {
            ShowExceptionDialog(noNullAllowedException, "���������� �������� ���� ��������, ��� ��� �� ������ �������� � ����� ��� ���������� ����������� � ���������� �����. ��������� ����������� ���� � ��������� ��������.", "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }