51 references to ArgumentNull
System.Data.Common (51)
System\Data\ConstraintCollection.cs (5)
88throw ExceptionBuilder.ArgumentNull(nameof(constraint)); 313throw ExceptionBuilder.ArgumentNull(nameof(constraint)); 374throw ExceptionBuilder.ArgumentNull(nameof(constraint)); 488throw ExceptionBuilder.ArgumentNull(nameof(array)); 689throw ExceptionBuilder.ArgumentNull(nameof(constraint));
System\Data\DataColumn.cs (1)
131throw ExceptionBuilder.ArgumentNull(nameof(dataType));
System\Data\DataColumnCollection.cs (4)
84throw ExceptionBuilder.ArgumentNull(nameof(name)); 323throw ExceptionBuilder.ArgumentNull(nameof(column)); 457throw ExceptionBuilder.ArgumentNull(nameof(column)); 656throw ExceptionBuilder.ArgumentNull(nameof(array));
System\Data\DataKey.cs (2)
18throw ExceptionBuilder.ArgumentNull(nameof(columns)); 35throw ExceptionBuilder.ArgumentNull("column");
System\Data\DataRelationCollection.cs (3)
188throw ExceptionBuilder.ArgumentNull(nameof(relation)); 286throw ExceptionBuilder.ArgumentNull(nameof(array)); 489throw ExceptionBuilder.ArgumentNull(nameof(relation));
System\Data\DataRow.cs (2)
438throw ExceptionBuilder.ArgumentNull(nameof(ItemArray)); 634throw ExceptionBuilder.ArgumentNull(nameof(column));
System\Data\DataSet.cs (3)
3050throw ExceptionBuilder.ArgumentNull(nameof(dataSet)); 3101throw ExceptionBuilder.ArgumentNull(nameof(table)); 3144throw ExceptionBuilder.ArgumentNull(nameof(rows));
System\Data\DataTable.cs (2)
2754throw ExceptionBuilder.ArgumentNull(nameof(row)); 4945throw ExceptionBuilder.ArgumentNull(nameof(table));
System\Data\DataTableCollection.cs (10)
94throw ExceptionBuilder.ArgumentNull(nameof(tableNamespace)); 281throw ExceptionBuilder.ArgumentNull(nameof(table)); 391throw ExceptionBuilder.ArgumentNull(nameof(table)); 496throw ExceptionBuilder.ArgumentNull(nameof(name)); 501throw ExceptionBuilder.ArgumentNull(nameof(tableNamespace)); 553throw ExceptionBuilder.ArgumentNull(nameof(array)); 605throw ExceptionBuilder.ArgumentNull(nameof(tableName)); 609throw ExceptionBuilder.ArgumentNull(nameof(tableNamespace)); 819throw ExceptionBuilder.ArgumentNull(nameof(name)); 823throw ExceptionBuilder.ArgumentNull(nameof(tableNamespace));
System\Data\DataTableReader.cs (5)
34throw ExceptionBuilder.ArgumentNull(nameof(DataTable)); 45throw ExceptionBuilder.ArgumentNull(nameof(DataTable)); 57throw ExceptionBuilder.ArgumentNull(nameof(DataTable)); 677throw ExceptionBuilder.ArgumentNull(nameof(values)); 709throw ExceptionBuilder.ArgumentNull(nameof(DataTable));
System\Data\DataTableReaderListener.cs (2)
18throw ExceptionBuilder.ArgumentNull(nameof(DataTableReader)); 38throw ExceptionBuilder.ArgumentNull(nameof(DataTable));
System\Data\DataView.cs (3)
1058throw ExceptionBuilder.ArgumentNull(nameof(sorts)); 1073throw ExceptionBuilder.ArgumentNull(nameof(PropertyDescriptor)); 1683throw ExceptionBuilder.ArgumentNull(nameof(columnNames));
System\Data\DataViewSettingCollection.cs (3)
21throw ExceptionBuilder.ArgumentNull(nameof(dataViewManager)); 32throw ExceptionBuilder.ArgumentNull(nameof(table)); 46throw ExceptionBuilder.ArgumentNull(nameof(table));
System\Data\Merger.cs (2)
250throw ExceptionBuilder.ArgumentNull($"{nameof(rows)}[{i}]"); 254throw ExceptionBuilder.ArgumentNull($"{nameof(rows)}[{i}].{nameof(DataRow.Table)}");
System\Data\RbTree.cs (2)
1628throw ExceptionBuilder.ArgumentNull(nameof(array)); 1653throw ExceptionBuilder.ArgumentNull(nameof(array));
System\Data\RecordManager.cs (1)
24throw ExceptionBuilder.ArgumentNull(nameof(table));
System\Data\RelatedView.cs (1)
20throw ExceptionBuilder.ArgumentNull(nameof(values));