using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace libxmltv.Core { internal enum ExceptionArgument { obj, dictionary, dictionaryCreationThreshold, array, info, key, collection, list, match, converter, queue, stack, capacity, index, startIndex, value, count, arrayIndex, name, mode } }