ExceptionArgument
enum ExceptionArgument
namespace System
{
internal enum ExceptionArgument
{
ch,
culture,
index,
input,
value
}
}