APG.CodeHelper.ExceptionHandler.ExceptionHandler.HandleArgumentException C# (CSharp) Méthode

HandleArgumentException() private static méthode

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