691 references to ExceptionBuilder
System.Data (691)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (3)
26throw ExceptionBuilder.AggregateException(kind, DataType); 71else { throw ExceptionBuilder.ConvertFailed(value.GetType(), typeof(System.Numerics.BigInteger)); } 88else { throw ExceptionBuilder.ConvertFailed(typeof(System.Numerics.BigInteger), type); }
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
72throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\ByteStorage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\CharStorage.cs (2)
72throw ExceptionBuilder.AggregateException(kind, DataType); 141throw ExceptionBuilder.ProblematicChars(ch);
fx\src\data\System\Data\Common\DataStorage.cs (2)
273case StorageType.Empty: throw ExceptionBuilder.InvalidStorageType(TypeCode.Empty); 274case StorageType.DBNull: throw ExceptionBuilder.InvalidStorageType(TypeCode.DBNull);
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
76throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\DateTimeStorage.cs (2)
77throw ExceptionBuilder.AggregateException(kind, DataType); 171throw ExceptionBuilder.InvalidDateTimeMode(DateTimeMode);
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\Int16Storage.cs (1)
144throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\Int32Storage.cs (1)
143throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\Int64Storage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\ObjectStorage.cs (6)
35throw ExceptionBuilder.AggregateException(kind, DataType); 55ExceptionBuilder.TraceExceptionWithoutRethrow(e); 103ExceptionBuilder.TraceExceptionWithoutRethrow(e); 248throw ExceptionBuilder.StorageSetFailed(); 252throw ExceptionBuilder.StorageSetFailed(); 344throw ExceptionBuilder.CanNotDeserializeObjectType();
fx\src\data\System\Data\Common\SByteStorage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SingleStorage.cs (1)
139throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLConvert.cs (16)
32throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlByte)); 53throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlInt16)); 81throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlInt32)); 114throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlInt64)); 162throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlDouble)); 204throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlDecimal)); 248throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlSingle)); 288throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlMoney)); 307throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlDateTime)); 325throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlBoolean)); 343throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlGuid)); 361throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlBinary)); 379throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlString)); 394throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlChars)); 409throw ExceptionBuilder.ConvertFailed(valueType, typeof(SqlBytes)); 491throw ExceptionBuilder.ConvertFailed(valueType, type);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
49throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
78throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
50throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
146throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
49throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
80throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
145throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
146throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
49throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
146throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
146throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
147throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
146throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
147throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
84throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (5)
55throw ExceptionBuilder.INullableUDTwithoutStaticNull(type.AssemblyQualifiedName); 73throw ExceptionBuilder.AggregateException(kind, DataType); 93throw ExceptionBuilder.IComparableNotImplemented(DataType.AssemblyQualifiedName); 112throw ExceptionBuilder.StorageSetFailed(); 120throw ExceptionBuilder.StorageSetFailed();
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
48throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\StringStorage.cs (1)
76throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
129throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
143throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
142throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
138throw ExceptionBuilder.AggregateException(kind, DataType);
fx\src\data\System\Data\Constraint.cs (3)
49throw ExceptionBuilder.NoConstraintName(); 128throw ExceptionBuilder.ConstraintViolation(ConstraintName); 147throw ExceptionBuilder.BadObjectPropertyAccess(e.Message);
fx\src\data\System\Data\ConstraintCollection.cs (20)
60throw ExceptionBuilder.ConstraintOutOfRange(index); 80throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 98throw ExceptionBuilder.ArgumentNull("constraint"); 102throw ExceptionBuilder.DuplicateConstraint(FindConstraint(constraint).ConstraintName); 107throw ExceptionBuilder.CantAddConstraintToMultipleNestedTable(table.TableName); 114throw ExceptionBuilder.AddPrimaryKeyConstraint(); 216throw ExceptionBuilder.ConstraintForeignTable(); 223throw ExceptionBuilder.UniqueConstraintViolation(); 229throw ExceptionBuilder.ConstraintParentValues(); 288throw ExceptionBuilder.ArgumentNull("constraint"); 341throw ExceptionBuilder.ArgumentNull("constraint"); 344throw ExceptionBuilder.ConstraintRemoveFailed(); 442throw ExceptionBuilder.ArgumentNull("array"); 444throw ExceptionBuilder.ArgumentOutOfRange("index"); 446throw ExceptionBuilder.InvalidOffsetLength(); 603throw ExceptionBuilder.DuplicateConstraintName(((Constraint)List[i]).ConstraintName); 618throw ExceptionBuilder.ArgumentNull("constraint"); 641throw ExceptionBuilder.ConstraintOutOfRange(index); 651throw ExceptionBuilder.ConstraintNotInTheTable(name); 691throw ExceptionBuilder.AddPrimaryKeyConstraint();
fx\src\data\System\Data\DataColumn.cs (52)
142throw ExceptionBuilder.ArgumentNull("dataType"); 147throw ExceptionBuilder.ColumnTypeNotSupported(); 243throw ExceptionBuilder.AutoIncrementAndExpression(); 247throw ExceptionBuilder.AutoIncrementAndDefaultValue(); 251throw ExceptionBuilder.AutoIncrementCannotSetIfHasData(DataType.Name); 401throw ExceptionBuilder.ColumnNameRequired(); 473throw ExceptionBuilder.InvalidPrefix(value); 536throw ExceptionBuilder.CantChangeDataType(); 539throw ExceptionBuilder.NullDataType(); 543throw ExceptionBuilder.ColumnTypeNotSupported(); 546throw ExceptionBuilder.ColumnsTypeMismatch(); 573throw ExceptionBuilder.DefaultValueDataType(ColumnName, DefaultValue.GetType(), value, ex); 576throw ExceptionBuilder.DefaultValueDataType(ColumnName, DefaultValue.GetType(), value, ex); 582throw ExceptionBuilder.CannotSetSimpleContentType(ColumnName, value); 632throw ExceptionBuilder.CannotSetDateTimeModeForNonDateTimeColumns(); 638throw ExceptionBuilder.CantChangeDateTimeMode(_dateTimeMode, value); 647throw ExceptionBuilder.CantChangeDateTimeMode(_dateTimeMode, value); 651throw ExceptionBuilder.InvalidDateTimeMode(value); 688throw ExceptionBuilder.DefaultValueAndAutoIncrement(); 698throw ExceptionBuilder.DefaultValueColumnDataType(ColumnName, newDefaultValue.GetType(), DataType, ex); 752throw ExceptionBuilder.ExpressionAndUnique(); 759throw ExceptionBuilder.ExpressionAndConstraint(this, table.Constraints[i]); 769ExceptionBuilder.TraceExceptionForCapture(e); 771throw ExceptionBuilder.ExpressionAndReadOnly(); 778throw ExceptionBuilder.ExpressionCircular(); 804ExceptionBuilder.TraceExceptionForCapture(e1); 825ExceptionBuilder.TraceExceptionWithoutRethrow(e2); 950throw ExceptionBuilder.CannotSetMaxLength2(this); 953throw ExceptionBuilder.HasToBeStringType(this); 961throw ExceptionBuilder.CannotSetMaxLength(this, value); 996throw ExceptionBuilder.CannotChangeNamespace(this.ColumnName); 1030throw ExceptionBuilder.ColumnNotInAnyTable(); 1083throw ExceptionBuilder.ReadOnlyAndExpression(); 1163ExceptionBuilder.TraceExceptionForCapture(e); 1164throw ExceptionBuilder.SetFailed(value, this, DataType, e); 1195ExceptionBuilder.TraceExceptionForCapture(e); 1196throw ExceptionBuilder.SetFailed(value, this, DataType, e); 1231throw ExceptionBuilder.UniqueAndExpression(); 1322throw ExceptionBuilder.CannotSetSimpleContent(ColumnName, this.dataType); 1325throw ExceptionBuilder.CannotAddColumn3(); 1327throw ExceptionBuilder.CannotAddColumn4(this.ColumnName); 1388throw ExceptionBuilder.LongerThanMaxLength(this); 1399throw ExceptionBuilder.NullKeyValues(ColumnName); 1408throw ExceptionBuilder.NullKeyValues(ColumnName); 1413throw ExceptionBuilder.NullKeyValues(ColumnName); 1424throw ExceptionBuilder.NullValues(ColumnName); 1433throw ExceptionBuilder.NonUniqueValues(ColumnName); 1638errorText = ExceptionBuilder.MaxLengthViolationText(this.ColumnName); 1648errorText = ExceptionBuilder.MaxLengthViolationText(this.ColumnName); 1664string errorText = ExceptionBuilder.NotAllowDBNullViolationText(this.ColumnName); 1861throw ExceptionBuilder.AutoIncrementSeed(); 1929throw ExceptionBuilder.AutoIncrementSeed();
fx\src\data\System\Data\DataColumnCollection.cs (26)
90throw ExceptionBuilder.ColumnOutOfRange(index); 101throw ExceptionBuilder.ArgumentNull("name"); 111throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 146throw ExceptionBuilder.CannotAddColumn3(); 148throw ExceptionBuilder.CannotAddColumn4(column.ColumnName); 314throw ExceptionBuilder.ArgumentNull("column"); 316throw ExceptionBuilder.CannotAddColumn1(column.ColumnName); 318throw ExceptionBuilder.CannotAddColumn2(column.ColumnName); 328throw ExceptionBuilder.ExpressionCircular(); 429throw ExceptionBuilder.ArgumentNull("column"); 435throw ExceptionBuilder.CannotRemoveColumn(); 446throw ExceptionBuilder.CannotRemovePrimaryKey(); 453throw ExceptionBuilder.CannotRemoveChildKey(table.ParentRelations[i].RelationName); 461throw ExceptionBuilder.CannotRemoveChildKey(table.ChildRelations[i].RelationName); 469throw ExceptionBuilder.CannotRemoveConstraint(table.Constraints[i].ConstraintName, table.Constraints[i].Table.TableName); 478throw ExceptionBuilder.CannotRemoveConstraint(constraint.ConstraintName, constraint.Table.TableName); 495throw ExceptionBuilder.CannotRemoveExpression(col.ColumnName, col.Expression); 602throw ExceptionBuilder.ArgumentNull("array"); 604throw ExceptionBuilder.ArgumentOutOfRange("index"); 606throw ExceptionBuilder.InvalidOffsetLength(); 697throw ExceptionBuilder.InvalidOrdinal("ordinal", newPosition); 763throw ExceptionBuilder.CannotAddDuplicate(name); 766throw ExceptionBuilder.CannotAddDuplicate3(name); 769throw ExceptionBuilder.CannotAddDuplicate2(name); 806throw ExceptionBuilder.ColumnOutOfRange(index); 817throw ExceptionBuilder.ColumnNotInTheTable(name, table.TableName);
fx\src\data\System\Data\DataException.cs (20)
276ExceptionBuilder.TraceExceptionAsReturnValue(e); 281ExceptionBuilder.TraceExceptionAsReturnValue(e); 286ExceptionBuilder.TraceExceptionAsReturnValue(e); 291ExceptionBuilder.TraceExceptionAsReturnValue(e); 296ExceptionBuilder.TraceExceptionAsReturnValue(e); 301ExceptionBuilder.TraceExceptionAsReturnValue(e); 306ExceptionBuilder.TraceExceptionAsReturnValue(e); 312ExceptionBuilder.TraceExceptionAsReturnValue(e); 326ExceptionBuilder.TraceExceptionAsReturnValue(e); 336ExceptionBuilder.TraceExceptionAsReturnValue(e); 341ExceptionBuilder.TraceExceptionAsReturnValue(e); 346ExceptionBuilder.TraceExceptionAsReturnValue(e); 351ExceptionBuilder.TraceExceptionAsReturnValue(e); 356ExceptionBuilder.TraceExceptionAsReturnValue(e); 361ExceptionBuilder.TraceExceptionAsReturnValue(e); 366ExceptionBuilder.TraceExceptionAsReturnValue(e); 371ExceptionBuilder.TraceExceptionAsReturnValue(e); 376ExceptionBuilder.TraceExceptionAsReturnValue(e); 381ExceptionBuilder.TraceExceptionAsReturnValue(e); 386ExceptionBuilder.TraceExceptionAsReturnValue(e);
fx\src\data\System\Data\DataKey.cs (8)
25throw ExceptionBuilder.ArgumentNull("columns"); 28throw ExceptionBuilder.KeyNoColumns(); 31throw ExceptionBuilder.KeyTooManyColumns(maxColumns); 35throw ExceptionBuilder.ArgumentNull("column"); 41throw ExceptionBuilder.KeyDuplicateColumns(columns[i].ColumnName); 81throw ExceptionBuilder.ColumnNotInAnyTable(); 86throw ExceptionBuilder.ColumnNotInAnyTable(); 89throw ExceptionBuilder.KeyTableMismatch();
fx\src\data\System\Data\DataRelation.cs (19)
284throw ExceptionBuilder.MultipleParents(); 384throw ExceptionBuilder.NoRelationName(); 408throw ExceptionBuilder.InValidNestedRelation(ChildTable.TableName); 429throw ExceptionBuilder.SelfnestedDatasetConflictingName(ChildTable.TableName); 441throw ExceptionBuilder.LoopInNestedRelations(ChildTable.TableName); 491throw ExceptionBuilder.RelationNestedReadOnly(); 508throw ExceptionBuilder.DatasetConflictingName(dataSet.DataSetName); 536throw ExceptionBuilder.InvalidParentNamespaceinNestedRelation(ChildTable.TableName); 543throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.TableName); 633throw ExceptionBuilder.RelationDataSetMismatch(); 637throw ExceptionBuilder.KeyColumnsIdentical(); 646throw ExceptionBuilder.ColumnsTypeMismatch(); 662throw ExceptionBuilder.BadObjectPropertyAccess(e.Message); 677throw ExceptionBuilder.KeyLengthMismatch(); 681throw ExceptionBuilder.ParentOrChildColumnsDoNotHaveDataSet(); 754throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.TableName); 758throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.TableName); 765throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.TableName); 771throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.TableName);
fx\src\data\System\Data\DataRelationCollection.cs (28)
190throw ExceptionBuilder.ArgumentNull("relation"); 194throw ExceptionBuilder.RelationAlreadyInTheDataSet(); 196throw ExceptionBuilder.RelationAlreadyInOtherDataSet(); 199throw ExceptionBuilder.CaseLocaleMismatch(); 272throw ExceptionBuilder.ArgumentNull("array"); 274throw ExceptionBuilder.ArgumentOutOfRange("index"); 277throw ExceptionBuilder.InvalidOffsetLength(); 377throw ExceptionBuilder.DuplicateRelation(this[i].RelationName); 429throw ExceptionBuilder.RelationOutOfRange(index); 444throw ExceptionBuilder.RelationNotInTheDataSet(name); 458throw ExceptionBuilder.ArgumentNull("relation"); 461throw ExceptionBuilder.RelationNotInTheDataSet(relation.RelationName); 495throw ExceptionBuilder.RelationTableNull(); 509throw ExceptionBuilder.RelationTableWasRemoved(); 523throw ExceptionBuilder.RelationOutOfRange(index); 531throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 565throw ExceptionBuilder.ChildTableMismatch(); 569throw ExceptionBuilder.ParentTableMismatch(); 603throw ExceptionBuilder.RelationDoesNotExist(); 609throw ExceptionBuilder.ChildTableMismatch(); 613throw ExceptionBuilder.ParentTableMismatch(); 630throw ExceptionBuilder.RelationDataSetNull(); 672throw ExceptionBuilder.RelationOutOfRange(index); 680throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 689throw ExceptionBuilder.ForeignRelation(); 706throw ExceptionBuilder.RelationAlreadyExists(); 734ExceptionBuilder.TraceExceptionWithoutRethrow(e); 771throw ExceptionBuilder.RelationDoesNotExist();
fx\src\data\System\Data\DataRow.cs (42)
219throw ExceptionBuilder.NestedCircular(_table.TableName); 276throw ExceptionBuilder.EditInRowChanging(); 279throw ExceptionBuilder.ReadOnly(column.ColumnName); 294throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.TableName); 298throw ExceptionBuilder.ReadOnly(column.ColumnName); 304throw ExceptionBuilder.CannotSetToNull(column); 400throw ExceptionBuilder.ArgumentNull("ItemArray"); 403throw ExceptionBuilder.ValueArrayLength(); 418throw ExceptionBuilder.ReadOnly(column.ColumnName); 432throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.TableName); 436throw ExceptionBuilder.ReadOnly(column.ColumnName); 446throw ExceptionBuilder.CannotSetToNull(column); 527throw ExceptionBuilder.BeginEditInRowChanging(); 544throw ExceptionBuilder.DeletedRowInaccessible(); 566throw ExceptionBuilder.CancelEditInRowChanging(); 576throw ExceptionBuilder.ArgumentNull("column"); 580throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.TableName); 589throw ExceptionBuilder.RowNotInTheTable(); 598throw ExceptionBuilder.DeleteInRowDeleting(); 615throw ExceptionBuilder.EndEditInRowChanging(); 640throw ExceptionBuilder.ColumnOutOfRange(columnIndex); 767throw ExceptionBuilder.RowNotInTheDataSet(); 769throw ExceptionBuilder.RelationForeignTable(relation.ParentTable.TableName, _table.TableName); 778throw ExceptionBuilder.ColumnNotInTheTable(columnName, _table.TableName); 808throw ExceptionBuilder.RelationForeignRow(); 811throw ExceptionBuilder.GetParentRowTableMismatch(relation.ChildTable.TableName, _table.TableName); 871throw ExceptionBuilder.RowNotInTheDataSet(); 874throw ExceptionBuilder.GetParentRowTableMismatch(relation.ChildTable.TableName, _table.TableName); 900throw ExceptionBuilder.NoCurrentData(); 912throw ExceptionBuilder.RowRemovedFromTheTable(); 914throw ExceptionBuilder.DeletedRowInaccessible(); 919throw ExceptionBuilder.NoOriginalData(); 925throw ExceptionBuilder.NoProposedData(); 940throw ExceptionBuilder.InvalidRowVersion(); 1006throw ExceptionBuilder.InvalidRowVersion(); 1100throw ExceptionBuilder.UDTImplementsIChangeTrackingButnotIRevertible(dc.DataType.AssemblyQualifiedName); 1211throw ExceptionBuilder.ParentRowNotInTheDataSet(); 1214throw ExceptionBuilder.SetParentRowTableMismatch(relation.ChildKey.Table.TableName, _table.TableName); 1217throw ExceptionBuilder.SetParentRowTableMismatch(relation.ParentKey.Table.TableName, parentRow._table.TableName); 1238throw ExceptionBuilder.SetParentRowTableMismatch(relation.ChildKey.Table.TableName, _table.TableName); 1250throw ExceptionBuilder.SetAddedAndModifiedCalledOnnonUnchanged(); 1263throw ExceptionBuilder.SetAddedAndModifiedCalledOnnonUnchanged();
fx\src\data\System\Data\DataRowCollection.cs (6)
23throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CompareNodeInDataRowTree); 26throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CompareSateliteTreeNodeInDataRowTree); 65throw ExceptionBuilder.RowInsertOutOfRange(pos); 81throw ExceptionBuilder.RowInsertTwice(pos, table.TableName); 138throw ExceptionBuilder.InternalRBTreeError(RBTreeError.AttachedNodeWithZerorbTreeNodeId); 204throw ExceptionBuilder.RowOutOfRange();
fx\src\data\System\Data\DataRowView.cs (6)
77throw ExceptionBuilder.CanNotEdit(); 98throw ExceptionBuilder.PropertyNotFound(property, dataView.Table.TableName); 103throw ExceptionBuilder.SetFailed(property); 106throw ExceptionBuilder.CanNotEdit(); 161throw ExceptionBuilder.SetFailed(column.ColumnName); 175throw ExceptionBuilder.CreateChildView();
fx\src\data\System\Data\DataSet.cs (30)
129throw ExceptionBuilder.InvalidRemotingFormat(value); 147throw ExceptionBuilder.CannotChangeSchemaSerializationMode(); 196throw ExceptionBuilder.InvalidSchemaSerializationMode(typeof(SchemaSerializationMode), attribValue); 515throw ExceptionBuilder.EnforceConstraint(); 543throw ExceptionBuilder.CannotChangeCaseLocale(); 653throw ExceptionBuilder.SetDataSetNameToEmpty(); 656throw ExceptionBuilder.SetDataSetNameConflicting(value); 687throw ExceptionBuilder.DuplicateTableName2(dt.TableName, value); 717throw ExceptionBuilder.InvalidPrefix(value); 858throw ExceptionBuilder.CannotChangeCaseLocale(null); 1262throw ExceptionBuilder.InvalidRowState(rowStates); 1456throw ExceptionBuilder.ArgumentOutOfRange("rowState"); 1587throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 1622throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 1952throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 2003throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 2279throw ExceptionBuilder.RowInsertMissing(t.TableName); 2402throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 2466throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 2755throw ExceptionBuilder.ArgumentNull("dataSet"); 2804throw ExceptionBuilder.ArgumentNull("table"); 2849throw ExceptionBuilder.ArgumentNull("rows"); 2884throw ExceptionBuilder.MergeFailed(mfevent.Conflict); 2890throw ExceptionBuilder.MergeFailed(conflict); 3139throw ExceptionBuilder.InvalidAttributeValue(Keywords.USEDATASETSCHEMAONLY, _useDataSetSchemaOnly); 3155throw ExceptionBuilder.InvalidAttributeValue(Keywords.UDTCOLUMNVALUEWRAPPED, _udtIsWrappedString); 3399throw ExceptionBuilder.TableNotInTheDataSet(dt.TableName); 3440throw ExceptionBuilder.CannotCreateDataReaderOnEmptyDataSet(); 3454throw ExceptionBuilder.DataTableReaderArgumentIsEmpty(); 3458throw ExceptionBuilder.ArgumentContainsNullValue();
fx\src\data\System\Data\DataTable.cs (53)
345throw ExceptionBuilder.CanNotRemoteDataTable(); 656throw ExceptionBuilder.InvalidRowState(rowState); 798throw ExceptionBuilder.InvalidRowBitPattern(); 870throw ExceptionBuilder.CannotChangeCaseLocale(); 908ExceptionBuilder.TraceExceptionWithoutRethrow(e); 1028throw ExceptionBuilder.InvalidRemotingFormat(value); 1032throw ExceptionBuilder.CanNotSetRemotingFormat(); 1251throw ExceptionBuilder.EnforceConstraint(); 1357throw ExceptionBuilder.CannotChangeCaseLocale(null); 1435throw ExceptionBuilder.TableCannotAddToSimpleContent(); 1566throw ExceptionBuilder.TableForeignPrimaryKey(); 1671throw ExceptionBuilder.NoTableName(); 1673throw ExceptionBuilder.DatasetConflictingName(dataSet.DataSetName); 1682throw ExceptionBuilder.CannotAddDuplicate2(value); 1785throw ExceptionBuilder.DuplicateTableName2(this.TableName, realNamespace); 1809throw ExceptionBuilder.DuplicateTableName2(this.TableName, realNamespace); 1836throw ExceptionBuilder.InValidNestedRelation(this.TableName); 1927throw ExceptionBuilder.InvalidPrefix(value); 1942throw ExceptionBuilder.MultipleTextOnlyColumns(); 2543throw ExceptionBuilder.ArgumentNull("row"); 2546throw ExceptionBuilder.RowAlreadyInOtherCollection(); 2549throw ExceptionBuilder.RowAlreadyInTheCollection(); 2778throw ExceptionBuilder.RowAlreadyDeleted(); 2786if (primaryKey == null) throw ExceptionBuilder.TableMissingPrimaryKey(); 3002throw ExceptionBuilder.RowAlreadyInOtherCollection(); 3005throw ExceptionBuilder.RowAlreadyInTheCollection(); 3008throw ExceptionBuilder.RowEmpty(); 3083throw ExceptionBuilder.ValueArrayLength(); 3391throw ExceptionBuilder.InvalidSortString(split[i]); 3398throw ExceptionBuilder.ColumnOutOfRange(current); 3599throw ExceptionBuilder.RowAlreadyRemoved(); 3724ExceptionBuilder.TraceExceptionWithoutRethrow(f); 4024ExceptionBuilder.TraceExceptionWithoutRethrow(e); 4436throw ExceptionBuilder.ArgumentNull("table"); 4554throw ExceptionBuilder.ArgumentOutOfRange("LoadOption"); 4568throw ExceptionBuilder.ArgumentOutOfRange("LoadOption"); 4638throw ExceptionBuilder.ArgumentOutOfRange("LoadOption"); 4711throw ExceptionBuilder.ArgumentOutOfRange("LoadOption"); 4831throw ExceptionBuilder.CanNotSerializeDataTableWithEmptyName(); 4979throw ExceptionBuilder.CanNotSerializeDataTableWithEmptyName(); 4983throw ExceptionBuilder.CanNotSerializeDataTableHierarchy(); 5171throw ExceptionBuilder.DataTableInferenceNotSupported(); 5205throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 5262throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 5301throw ExceptionBuilder.DataTableInferenceNotSupported(); 5381throw ExceptionBuilder.DataTableInferenceNotSupported(); 5424throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 5480throw ExceptionBuilder.DataTableInferenceNotSupported(); 5498throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.XSDNS); 5515throw ExceptionBuilder.DataTableInferenceNotSupported(); 5541throw ExceptionBuilder.DataTableInferenceNotSupported(); 5643throw ExceptionBuilder.RowInsertMissing(newDt.TableName); 5767throw ExceptionBuilder.TableNotFound(qTableName);
fx\src\data\System\Data\DataTableCollection.cs (27)
77throw ExceptionBuilder.TableOutOfRange(index); 89throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 92throw ExceptionBuilder.NamespaceNameConflict(name); 101throw ExceptionBuilder.ArgumentNull("tableNamespace"); 104throw ExceptionBuilder.CaseInsensitiveNameConflict(name); 279throw ExceptionBuilder.ArgumentNull("table"); 281throw ExceptionBuilder.TableAlreadyInTheDataSet(); 283throw ExceptionBuilder.TableAlreadyInOtherDataSet(); 289throw ExceptionBuilder.DatasetConflictingName(dataSet.DataSetName); 377throw ExceptionBuilder.ArgumentNull("table"); 383throw ExceptionBuilder.TableNotInTheDataSet(table.TableName); 393throw ExceptionBuilder.TableInRelation(); 403throw ExceptionBuilder.TableInConstraint(table, constraint); 414throw ExceptionBuilder.TableInConstraint(table, constraint); 464throw ExceptionBuilder.ArgumentNull("name"); 467throw ExceptionBuilder.ArgumentNull("tableNamespace"); 504throw ExceptionBuilder.ArgumentNull("array"); 506throw ExceptionBuilder.ArgumentOutOfRange("index"); 508throw ExceptionBuilder.InvalidOffsetLength(); 548throw ExceptionBuilder.ArgumentNull("tableName"); 550throw ExceptionBuilder.ArgumentNull("tableNamespace"); 675throw ExceptionBuilder.DuplicateTableName(((DataTable) _list[i]).TableName); 713throw ExceptionBuilder.TableOutOfRange(index); 733throw ExceptionBuilder.TableNotInTheDataSet(name); 743throw ExceptionBuilder.ArgumentNull("name"); 745throw ExceptionBuilder.ArgumentNull("tableNamespace"); 748throw ExceptionBuilder.TableNotInTheDataSet(name);
fx\src\data\System\Data\DataTableReader.cs (55)
39throw ExceptionBuilder.ArgumentNull("DataTable"); 48throw ExceptionBuilder.ArgumentNull("DataTable"); 51throw ExceptionBuilder.DataTableReaderArgumentIsEmpty(); 57throw ExceptionBuilder.ArgumentNull("DataTable"); 249throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 255ExceptionBuilder.TraceExceptionWithoutRethrow(e); 256throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 267throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 306ExceptionBuilder.TraceExceptionWithoutRethrow(e); 307throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 318ExceptionBuilder.TraceExceptionWithoutRethrow(e); 319throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 331ExceptionBuilder.TraceExceptionWithoutRethrow(e); 332throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 366ExceptionBuilder.TraceExceptionWithoutRethrow(e); 367throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 379ExceptionBuilder.TraceExceptionWithoutRethrow(e); 380throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 421ExceptionBuilder.TraceExceptionWithoutRethrow(e); 422throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 433ExceptionBuilder.TraceExceptionWithoutRethrow(e); 434throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 445ExceptionBuilder.TraceExceptionWithoutRethrow(e); 446throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 457ExceptionBuilder.TraceExceptionWithoutRethrow(e); 458throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 469ExceptionBuilder.TraceExceptionWithoutRethrow(e); 470throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 481ExceptionBuilder.TraceExceptionWithoutRethrow(e); 482throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 493ExceptionBuilder.TraceExceptionWithoutRethrow(e); 494throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 505ExceptionBuilder.TraceExceptionWithoutRethrow(e); 506throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 517ExceptionBuilder.TraceExceptionWithoutRethrow(e); 518throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 529ExceptionBuilder.TraceExceptionWithoutRethrow(e); 530throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 543throw ExceptionBuilder.ColumnNotInTheTable(name, currentDataTable.TableName); 554ExceptionBuilder.TraceExceptionWithoutRethrow(e); 555throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 567ExceptionBuilder.TraceExceptionWithoutRethrow(e); 568throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 577throw ExceptionBuilder.ArgumentNull("values"); 589ExceptionBuilder.TraceExceptionWithoutRethrow(e); 590throw ExceptionBuilder.ArgumentOutOfRange("ordinal"); 602throw ExceptionBuilder.ArgumentNull("DataTable"); 738throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 741throw ExceptionBuilder.DataTableReaderSchemaIsInvalid(currentDataTable.TableName); // may be we can use better error message! 749throw ExceptionBuilder.EmptyDataTableReader(currentDataTable.TableName); 754throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 758throw ExceptionBuilder.InvalidCurrentRowInDataTableReader(); 762throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 771throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName); 775throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.TableName);
fx\src\data\System\Data\DataTableReaderListener.cs (2)
23throw ExceptionBuilder.ArgumentNull("DataTableReader"); 39throw ExceptionBuilder.ArgumentNull("DataTable");
fx\src\data\System\Data\DataView.cs (31)
139throw ExceptionBuilder.CanNotUse(); 148throw ExceptionBuilder.RecordStateRange(); 153throw ExceptionBuilder.SetRowStateFilter(); 175throw ExceptionBuilder.CanNotUse(); 184throw ExceptionBuilder.RecordStateRange(); 189throw ExceptionBuilder.SetRowStateFilter(); 434throw ExceptionBuilder.RecordStateRange(); 438throw ExceptionBuilder.SetRowStateFilter(); 551throw ExceptionBuilder.SetTable(); 554throw ExceptionBuilder.CanNotSetTable(); 557throw ExceptionBuilder.CanNotBindTable(); 582throw ExceptionBuilder.SetIListObject(); 612throw ExceptionBuilder.AddNewNotAllowNull(); 665if (!IsOpen) throw ExceptionBuilder.NotOpen(); 670throw ExceptionBuilder.CanNotUse(); 737throw ExceptionBuilder.CanNotDelete(); 900throw ExceptionBuilder.AddExternalObject(); 904throw ExceptionBuilder.CanNotClear(); 940throw ExceptionBuilder.InsertExternalObject(); 950throw ExceptionBuilder.RemoveExternalObject(); 1130throw ExceptionBuilder.ArgumentNull("sorts"); 1136throw ExceptionBuilder.ArgumentContainsNull("sorts"); 1140throw ExceptionBuilder.ArgumentNull("PropertyDescriptor"); 1143throw ExceptionBuilder.ColumnToSortIsOutOfRange(property.Name); 1265throw ExceptionBuilder.RowOutOfRange(recordIndex); 1275throw ExceptionBuilder.GetElementIndex(index); 1446ExceptionBuilder.TraceExceptionWithoutRethrow(f); 1504throw ExceptionBuilder.CanNotUse(); 1524ExceptionBuilder.TraceExceptionWithoutRethrow(e); 1683throw ExceptionBuilder.ArgumentNull("columnNames"); 1707throw ExceptionBuilder.ColumnNotInTheUnderlyingTable(columnNames[i], Table.TableName);
fx\src\data\System\Data\DataViewManager.cs (14)
58throw ExceptionBuilder.SetFailed("DataSet to null"); 61throw ExceptionBuilder.SetDataSetFailed(); 65throw ExceptionBuilder.CanNotSetDataSet(); 111throw ExceptionBuilder.SetFailed("DataViewSettingCollectionString"); 174throw ExceptionBuilder.CannotModifyCollection(); 179throw ExceptionBuilder.CannotModifyCollection(); 183throw ExceptionBuilder.CannotModifyCollection(); 195throw ExceptionBuilder.CannotModifyCollection(); 199throw ExceptionBuilder.CannotModifyCollection(); 203throw ExceptionBuilder.CannotModifyCollection(); 307throw ExceptionBuilder.CanNotUseDataViewManager(); 324throw ExceptionBuilder.CanNotUseDataViewManager(); 340throw ExceptionBuilder.CanNotUseDataViewManager(); 358ExceptionBuilder.TraceExceptionWithoutRethrow(f);
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\Filter\BinaryNode.cs (5)
219ExceptionBuilder.TraceExceptionWithoutRethrow(e); 222ExceptionBuilder.TraceExceptionWithoutRethrow(e); 225ExceptionBuilder.TraceExceptionWithoutRethrow(e); 228ExceptionBuilder.TraceExceptionWithoutRethrow(e); 231ExceptionBuilder.TraceExceptionWithoutRethrow(e);
fx\src\data\System\Data\Filter\ConstNode.cs (20)
126ExceptionBuilder.TraceExceptionWithoutRethrow(e); 129ExceptionBuilder.TraceExceptionWithoutRethrow(e); 132ExceptionBuilder.TraceExceptionWithoutRethrow(e); 135ExceptionBuilder.TraceExceptionWithoutRethrow(e); 141ExceptionBuilder.TraceExceptionWithoutRethrow(e); 144ExceptionBuilder.TraceExceptionWithoutRethrow(e); 147ExceptionBuilder.TraceExceptionWithoutRethrow(e); 150ExceptionBuilder.TraceExceptionWithoutRethrow(e); 185ExceptionBuilder.TraceExceptionWithoutRethrow(e); 188ExceptionBuilder.TraceExceptionWithoutRethrow(e); 191ExceptionBuilder.TraceExceptionWithoutRethrow(e); 194ExceptionBuilder.TraceExceptionWithoutRethrow(e); 201ExceptionBuilder.TraceExceptionWithoutRethrow(e); 204ExceptionBuilder.TraceExceptionWithoutRethrow(e); 207ExceptionBuilder.TraceExceptionWithoutRethrow(e); 210ExceptionBuilder.TraceExceptionWithoutRethrow(e); 217ExceptionBuilder.TraceExceptionWithoutRethrow(e); 220ExceptionBuilder.TraceExceptionWithoutRethrow(e); 223ExceptionBuilder.TraceExceptionWithoutRethrow(e); 226ExceptionBuilder.TraceExceptionWithoutRethrow(e);
fx\src\data\System\Data\Filter\DataExpression.cs (2)
127ExceptionBuilder.TraceExceptionForCapture(e); 233ExceptionBuilder.TraceExceptionForCapture(e);
fx\src\data\System\Data\Filter\FilterException.cs (8)
83ExceptionBuilder.TraceExceptionAsReturnValue(e); 88ExceptionBuilder.TraceExceptionAsReturnValue(e); 93ExceptionBuilder.TraceExceptionAsReturnValue(e); 98ExceptionBuilder.TraceExceptionAsReturnValue(e); 103ExceptionBuilder.TraceExceptionAsReturnValue(e); 108return ExceptionBuilder._Argument(Res.GetString(Res.Expr_InvokeArgument)); 130return ExceptionBuilder._ArgumentOutOfRange(arg, Res.GetString(Res.Expr_ArgumentOutofRange, func)); 299return ExceptionBuilder._Argument(Res.GetString(Res.Expr_UnsupportedType, type.FullName));
fx\src\data\System\Data\ForeignKeyConstraint.cs (16)
176throw ExceptionBuilder.ConstraintAddFailed(constraints.Table); 178throw ExceptionBuilder.CaseLocaleMismatch(); 206string error = Res.GetString(Res.DataConstraint_ForeignKeyViolation, ConstraintName, ExceptionBuilder.KeysToString(childValues)); 281throw ExceptionBuilder.FailedCascadeDelete(ConstraintName); 370throw ExceptionBuilder.FailedCascadeUpdate(ConstraintName); 394throw ExceptionBuilder.FailedCascadeUpdate(ConstraintName); 453throw ExceptionBuilder.FailedClearParentTable(table.TableName, ConstraintName, Table.TableName); 462throw ExceptionBuilder.RemoveParentRow(this); 543throw ExceptionBuilder.ForeignKeyViolation(ConstraintName, childKeyValues); 556throw ExceptionBuilder.TablesInDifferentSets(); 562throw ExceptionBuilder.ColumnsTypeMismatch(); 566throw ExceptionBuilder.KeyColumnsIdentical(); 706throw ExceptionBuilder.KeyLengthZero(); 709throw ExceptionBuilder.KeyLengthMismatch(); 713throw ExceptionBuilder.ExpressionInConstraint(parentColumns[i]); 716throw ExceptionBuilder.ExpressionInConstraint(childColumns[i]);
fx\src\data\System\Data\Merger.cs (7)
215throw ExceptionBuilder.ArgumentNull("rows[" + i + "]"); 218throw ExceptionBuilder.ArgumentNull("rows[" + i + "].Table"); 294throw ExceptionBuilder.MergeMissingDefinition(table.TableName); 313throw ExceptionBuilder.MergeFailed(Res.GetString(Res.DataMerge_MissingColumnDefinition, table.TableName, src.ColumnName)); 322throw ExceptionBuilder.MergeFailed(Res.GetString(Res.DataMerge_DataTypeMismatch, src.ColumnName)); 514ExceptionBuilder.TraceExceptionForCapture(e); 520throw ExceptionBuilder.MergeMissingDefinition(relation.RelationName);
fx\src\data\System\Data\Range.cs (2)
21throw ExceptionBuilder.RangeArgument(min, max); 58throw ExceptionBuilder.NullRange();
fx\src\data\System\Data\RbTree.cs (25)
286throw ExceptionBuilder.InternalRBTreeError(RBTreeError.PagePositionInSlotInUse); 363throw ExceptionBuilder.InternalRBTreeError(RBTreeError.NoFreeSlots); 414throw ExceptionBuilder.InternalRBTreeError(RBTreeError.NestedSatelliteTreeEnumerator); 583throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinInsert); 668throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethod1); 697throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethod2); 854throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidNextSizeInDelete); 901throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinDelete); 941throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidNodeSizeinDelete); 978throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinEndDelete); 1065throw ExceptionBuilder.InternalRBTreeError(RBTreeError.RBDeleteFixup); 1120throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CannotRotateInvalidsuccessorNodeinDelete); 1170throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethodInNonNillRootSubtree); 1407throw ExceptionBuilder.RowOutOfRange(userIndex); 1410throw ExceptionBuilder.InternalRBTreeError(RBTreeError.IndexOutOFRangeinGetNodeByIndex); 1556throw ExceptionBuilder.ArgumentNull("array"); 1559throw ExceptionBuilder.ArgumentOutOfRange("index"); 1564throw ExceptionBuilder.InvalidOffsetLength(); 1576throw ExceptionBuilder.ArgumentNull("array"); 1579throw ExceptionBuilder.ArgumentOutOfRange("index"); 1583throw ExceptionBuilder.InvalidOffsetLength(); 1876throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidPageSize); 1984throw ExceptionBuilder.InternalRBTreeError(RBTreeError.IndexOutOFRangeinGetNodeByIndex); 1995throw ExceptionBuilder.EnumeratorModified(); 2017throw ExceptionBuilder.EnumeratorModified();
fx\src\data\System\Data\RecordManager.cs (2)
26throw ExceptionBuilder.ArgumentNull("table"); 56throw ExceptionBuilder.NegativeMinimumCapacity();
fx\src\data\System\Data\RelatedView.cs (1)
22throw ExceptionBuilder.ArgumentNull("values");
fx\src\data\System\Data\Selection.cs (3)
119throw ExceptionBuilder.RecordStateRange(); 532throw ExceptionBuilder.IndexKeyLength(IndexFields.Length, 1); 565throw ExceptionBuilder.IndexKeyLength(IndexFields.Length, c);
fx\src\data\System\Data\SimpleType.cs (1)
90throw ExceptionBuilder.SimpleTypeNotSupported();
fx\src\data\System\Data\SqlClient\SqlSequentialStream.cs (2)
333throw ExceptionBuilder.InvalidOffsetLength(); 339throw ExceptionBuilder.InvalidOffsetLength();
fx\src\data\System\Data\SqlClient\SqlSequentialTextReader.cs (2)
470throw ExceptionBuilder.InvalidOffsetLength(); 476throw ExceptionBuilder.InvalidOffsetLength();
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
10245throw ExceptionBuilder.InvalidOffsetLength(); 10250throw ExceptionBuilder.InvalidOffsetLength(); 10349throw ExceptionBuilder.InvalidOffsetLength(); 10354throw ExceptionBuilder.InvalidOffsetLength();
fx\src\data\System\Data\UniqueConstraint.cs (5)
185throw ExceptionBuilder.RemovePrimaryKey(constraints.Table); 195throw ExceptionBuilder.NeededForForeignKeyConstraint(this, constraint); 219string error = ExceptionBuilder.UniqueConstraintViolationText(key.ColumnsReference, (object[])uniqueKeys[i]); 243throw ExceptionBuilder.ConstraintViolation(ColumnsReference, values); 353throw ExceptionBuilder.ExpressionInConstraint(columns[i]);
fx\src\data\System\Data\XDRSchema.cs (15)
145throw ExceptionBuilder.InvalidAttributeValue("content", value); 268throw ExceptionBuilder.UndefinedDatatype(name); 281throw ExceptionBuilder.InvalidAttributeValue("type", dt); 290throw ExceptionBuilder.MissingAttribute("type", Keywords.DT_VALUES); 301throw ExceptionBuilder.MissingAttribute("Element", Keywords.NAME); 307throw ExceptionBuilder.MissingAttribute("Element", Keywords.TYPE); 343throw ExceptionBuilder.DuplicateDeclaration(strName); 347throw ExceptionBuilder.DuplicateDeclaration(strName); 365throw ExceptionBuilder.UndefinedDatatype(strType); 448throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 470throw ExceptionBuilder.AttributeValues("minOccurs", "0", "1"); 489throw ExceptionBuilder.AttributeValues("maxOccurs", "1", Keywords.STAR); 492throw ExceptionBuilder.AttributeValues("maxOccurs", "1", Keywords.STAR); 577throw ExceptionBuilder.ElementTypeNotFound(list[i]); 627throw ExceptionBuilder.DuplicateDeclaration(typeName);
fx\src\data\System\Data\XmlDataLoader.cs (4)
250throw ExceptionBuilder.FoundEntity(); 752throw ExceptionBuilder.FoundEntity(); 973throw ExceptionBuilder.FoundEntity(); 1244throw ExceptionBuilder.FoundEntity();
fx\src\data\System\Data\XMLDiffLoader.cs (5)
102throw ExceptionBuilder.DiffgramMissingSQL(); 150throw ExceptionBuilder.DiffgramMissingSQL(); 183throw ExceptionBuilder.DiffgramMissingSQL(); 219throw ExceptionBuilder.DiffgramMissingSQL(); 290throw ExceptionBuilder.DiffgramMissingTable(XmlConvert.DecodeName(row.LocalName));
fx\src\data\System\Data\xmlsaver.cs (7)
359throw ExceptionBuilder.InvalidDataColumnMapping(columnType); 1945ExceptionBuilder.ThrowMultipleTargetConverter(ex); 1953ExceptionBuilder.ThrowMultipleTargetConverter(null); 2262throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName); 2450throw ExceptionBuilder.MultipleParentRows(tempTable.Namespace.Length == 0 ? tempTable.TableName:tempTable.Namespace + tempTable.TableName); 2514throw ExceptionBuilder.MultipleParentRows(dt.Namespace.Length == 0 ? dt.TableName : (dt.Namespace + dt.TableName)); 2634throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName);
fx\src\data\System\Data\XMLSchema.cs (43)
66throw ExceptionBuilder.CannotConvert(value,type.FullName); 93throw ExceptionBuilder.InvalidAttributeValue(attrName, value); 211throw ExceptionBuilder.InvalidDuplicateNamedSimpleTypeDelaration(tmpDataSimpleType.SimpleTypeQualifiedName, errorStr); 274throw ExceptionBuilder.CannotConvert(value,type.FullName); 391throw ExceptionBuilder.RelationParentNameMissing(strName); 396throw ExceptionBuilder.RelationChildNameMissing(strName); 401throw ExceptionBuilder.RelationTableKeyMissing(strName); 406throw ExceptionBuilder.RelationChildKeyMissing(strName); 412throw ExceptionBuilder.MismatchKeyLength(); 423throw ExceptionBuilder.ElementTypeNotFound(parentName); 428throw ExceptionBuilder.ElementTypeNotFound(childName); 433throw ExceptionBuilder.ElementTypeNotFound(parentNames[i]); 436throw ExceptionBuilder.ElementTypeNotFound(childNames[i]); 640throw ExceptionBuilder.IsDataSetAttributeMissingInSchema(); 643throw ExceptionBuilder.TooManyIsDataSetAtributeInSchema(); 879throw ExceptionBuilder.CircularComplexType(ct.Name); 1003throw ExceptionBuilder.InvalidField(field); 1008throw ExceptionBuilder.InvalidField(field); 1038throw ExceptionBuilder.InvalidAttributeValue(attrName, value); 1099throw ExceptionBuilder.MissingRefer(name); 1104throw ExceptionBuilder.InvalidKey(name); 1183throw ExceptionBuilder.MissingAttribute(Keywords.NAME); 1186throw ExceptionBuilder.DuplicateConstraintRead(name); 1243throw ExceptionBuilder.DuplicateDeclaration(typeName); 1356throw ExceptionBuilder.DuplicateDeclaration(typeName); 1546throw ExceptionBuilder.UndefinedDatatype(xsdTypeName); 1610throw ExceptionBuilder.UndefinedDatatype(name); 1621throw ExceptionBuilder.UndefinedDatatype(dt); 1803throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 1894throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 1945throw ExceptionBuilder.DatatypeNotDefined(); 1947throw ExceptionBuilder.UndefinedDatatype(typeNode.Id); 1961throw ExceptionBuilder.ColumnTypeConflict(column.ColumnName); 2021throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2036throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 2098throw ExceptionBuilder.DatatypeNotDefined(); 2106throw ExceptionBuilder.DatatypeNotDefined(); 2108throw ExceptionBuilder.UndefinedDatatype(typeNode.Id); 2121throw ExceptionBuilder.ColumnTypeConflict(column.ColumnName); 2209throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 2396throw ExceptionBuilder.InvalidSelector(xpath); 2414throw ExceptionBuilder.InvalidSelector(xpath); 2449throw ExceptionBuilder.CannotInstantiateAbstract(node.Name);