Описание тега argumentexception
An ArgumentException is a specific exception in the .NET framework thrown when one of the arguments provided to a method is not valid.
From MSDN:
ArgumentException is thrown when a method is invoked and at least one of the passed arguments does not meet the parameter specification of the called method.