System\Data\Odbc\OdbcParameterCollectionHelper.cs (10)
102throw ADP.ParametersSourceIndex(parameterName, this, s_itemType);
148throw ADP.ParametersSourceIndex(parameterName, this, s_itemType);
237throw ADP.CollectionRemoveInvalidObject(s_itemType, this);
288throw ADP.ParametersSourceIndex(parameterName, this, s_itemType);
297throw ADP.ParameterNull(nameof(value), this, s_itemType);
305throw ADP.ParametersIsNotParent(s_itemType, this);
309throw ADP.ParametersIsParent(s_itemType, this);
344throw ADP.ParameterNull(nameof(value), this, s_itemType);
346else if (!s_itemType.IsInstanceOfType(value))
348throw ADP.InvalidParameterType(this, s_itemType, value);