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