3 references to ArgumentType
System.Data.Common (3)
System\Data\Filter\FunctionNode.cs (3)
165throw ExprException.ArgumentType(s_funcs[_info]._name, i + 1, s_funcs[_info]._parameters[i]!); 170throw ExprException.ArgumentType(s_funcs[_info]._name, i + 1, s_funcs[_info]._parameters[i]!); 296throw ExprException.ArgumentType(s_funcs[_info]._name, 2, typeof(Type));