51 references to ArgumentNull
System.Data (51)
fx\src\data\System\Data\ConstraintCollection.cs (5)
98throw ExceptionBuilder.ArgumentNull("constraint"); 288throw ExceptionBuilder.ArgumentNull("constraint"); 341throw ExceptionBuilder.ArgumentNull("constraint"); 442throw ExceptionBuilder.ArgumentNull("array"); 618throw ExceptionBuilder.ArgumentNull("constraint");
fx\src\data\System\Data\DataColumn.cs (1)
142throw ExceptionBuilder.ArgumentNull("dataType");
fx\src\data\System\Data\DataColumnCollection.cs (4)
101throw ExceptionBuilder.ArgumentNull("name"); 314throw ExceptionBuilder.ArgumentNull("column"); 429throw ExceptionBuilder.ArgumentNull("column"); 602throw ExceptionBuilder.ArgumentNull("array");
fx\src\data\System\Data\DataKey.cs (2)
25throw ExceptionBuilder.ArgumentNull("columns"); 35throw ExceptionBuilder.ArgumentNull("column");
fx\src\data\System\Data\DataRelationCollection.cs (3)
190throw ExceptionBuilder.ArgumentNull("relation"); 272throw ExceptionBuilder.ArgumentNull("array"); 458throw ExceptionBuilder.ArgumentNull("relation");
fx\src\data\System\Data\DataRow.cs (2)
400throw ExceptionBuilder.ArgumentNull("ItemArray"); 576throw ExceptionBuilder.ArgumentNull("column");
fx\src\data\System\Data\DataSet.cs (3)
2755throw ExceptionBuilder.ArgumentNull("dataSet"); 2804throw ExceptionBuilder.ArgumentNull("table"); 2849throw ExceptionBuilder.ArgumentNull("rows");
fx\src\data\System\Data\DataTable.cs (2)
2543throw ExceptionBuilder.ArgumentNull("row"); 4436throw ExceptionBuilder.ArgumentNull("table");
fx\src\data\System\Data\DataTableCollection.cs (10)
101throw ExceptionBuilder.ArgumentNull("tableNamespace"); 279throw ExceptionBuilder.ArgumentNull("table"); 377throw ExceptionBuilder.ArgumentNull("table"); 464throw ExceptionBuilder.ArgumentNull("name"); 467throw ExceptionBuilder.ArgumentNull("tableNamespace"); 504throw ExceptionBuilder.ArgumentNull("array"); 548throw ExceptionBuilder.ArgumentNull("tableName"); 550throw ExceptionBuilder.ArgumentNull("tableNamespace"); 743throw ExceptionBuilder.ArgumentNull("name"); 745throw ExceptionBuilder.ArgumentNull("tableNamespace");
fx\src\data\System\Data\DataTableReader.cs (5)
39throw ExceptionBuilder.ArgumentNull("DataTable"); 48throw ExceptionBuilder.ArgumentNull("DataTable"); 57throw ExceptionBuilder.ArgumentNull("DataTable"); 577throw ExceptionBuilder.ArgumentNull("values"); 602throw ExceptionBuilder.ArgumentNull("DataTable");
fx\src\data\System\Data\DataTableReaderListener.cs (2)
23throw ExceptionBuilder.ArgumentNull("DataTableReader"); 39throw ExceptionBuilder.ArgumentNull("DataTable");
fx\src\data\System\Data\DataView.cs (3)
1130throw ExceptionBuilder.ArgumentNull("sorts"); 1140throw ExceptionBuilder.ArgumentNull("PropertyDescriptor"); 1683throw ExceptionBuilder.ArgumentNull("columnNames");
fx\src\data\System\Data\DataViewSettingCollection.cs (3)
25throw ExceptionBuilder.ArgumentNull("dataViewManager"); 33throw ExceptionBuilder.ArgumentNull("table"); 44throw ExceptionBuilder.ArgumentNull("table");
fx\src\data\System\Data\Merger.cs (2)
215throw ExceptionBuilder.ArgumentNull("rows[" + i + "]"); 218throw ExceptionBuilder.ArgumentNull("rows[" + i + "].Table");
fx\src\data\System\Data\RbTree.cs (2)
1556throw ExceptionBuilder.ArgumentNull("array"); 1576throw ExceptionBuilder.ArgumentNull("array");
fx\src\data\System\Data\RecordManager.cs (1)
26throw ExceptionBuilder.ArgumentNull("table");
fx\src\data\System\Data\RelatedView.cs (1)
22throw ExceptionBuilder.ArgumentNull("values");