12 references to ArgumentNull
System.Data.OleDb (12)
OleDbCommandBuilder.cs (1)
109throw ADP.ArgumentNull("command");
OleDbConnectionStringBuilder.cs (1)
718throw ADP.ArgumentNull("destinationType");
OleDbDataAdapter.cs (4)
160throw ADP.ArgumentNull("dataTable"); 164throw ADP.ArgumentNull("adodb"); 173throw ADP.ArgumentNull("dataSet"); 177throw ADP.ArgumentNull("adodb");
OleDbDataReader.cs (1)
1157throw ADP.ArgumentNull("values");
OleDbException.cs (1)
137throw ADP.ArgumentNull("destinationType");
OleDbParameter.cs (1)
643throw ADP.ArgumentNull("destinationType");
OleDbParameterCollectionHelper.cs (1)
85throw ADP.ArgumentNull(nameof(values));
System\Data\Common\AdapterUtil.cs (1)
208throw ArgumentNull(parameterName);
System\Data\Common\FieldNameLookup.cs (1)
43throw ADP.ArgumentNull("fieldName");