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

HandleArgumentException() private static method

private static HandleArgumentException ( ArgumentException argumentException ) : void
argumentException System.ArgumentException
return void
        private static void HandleArgumentException(ArgumentException argumentException)
        {
            ShowExceptionDialog(argumentException, "������ � ����� ��� ���������� ���������� ������ ������. " + NotAllowedExceptionMessage, "����������� ������", MessageBoxIcon.Information, true);
        }