// Assembly: System.Data
// Full name: System.Data.ExceptionBuilder

namespace System.Data
{
public class ExceptionBuilder // TypeDefIndex: 8316
{

	// Methods
	// RVA: -1
	private static type#28660 TraceException(type#26576 trace, type#18121 e) { }
	// RVA: -1
	internal static type#18121 TraceExceptionAsReturnValue(type#18121 e) { }
	// RVA: -1
	internal static type#18121 TraceExceptionForCapture(type#18121 e) { }
	// RVA: -1
	internal static type#18121 TraceExceptionWithoutRethrow(type#18121 e) { }
	// RVA: -1
	internal static type#18121 _Argument(type#26576 error) { }
	// RVA: -1
	internal static type#18121 _Argument(type#26576 error, type#18121 innerException) { }
	// RVA: -1
	private static type#18121 _ArgumentNull(type#26576 paramName, type#26576 msg) { }
	// RVA: -1
	internal static type#18121 _ArgumentOutOfRange(type#26576 paramName, type#26576 msg) { }
	// RVA: -1
	private static type#18121 _IndexOutOfRange(type#26576 error) { }
	// RVA: -1
	private static type#18121 _InvalidOperation(type#26576 error) { }
	// RVA: -1
	private static type#18121 _InvalidEnumArgumentException(type#26576 error) { }
	// RVA: -1
	private static type#18121 _InvalidEnumArgumentException(type#309 value) { }
	// RVA: -1
	private static type#28660 ThrowDataException(type#26576 error, type#18121 innerException) { }
	// RVA: -1
	private static type#18121 _Data(type#26576 error) { }
	// RVA: -1
	private static type#18121 _Constraint(type#26576 error) { }
	// RVA: -1
	private static type#18121 _InvalidConstraint(type#26576 error) { }
	// RVA: -1
	private static type#18121 _DeletedRowInaccessible(type#26576 error) { }
	// RVA: -1
	private static type#18121 _DuplicateName(type#26576 error) { }
	// RVA: -1
	private static type#18121 _InRowChangingEvent(type#26576 error) { }
	// RVA: -1
	private static type#18121 _NoNullAllowed(type#26576 error) { }
	// RVA: -1
	private static type#18121 _ReadOnly(type#26576 error) { }
	// RVA: -1
	private static type#18121 _RowNotInTable(type#26576 error) { }
	// RVA: -1
	private static type#18121 _VersionNotFound(type#26576 error) { }
	// RVA: -1
	public static type#18121 ArgumentNull(type#26576 paramName) { }
	// RVA: -1
	public static type#18121 ArgumentOutOfRange(type#26576 paramName) { }
	// RVA: -1
	public static type#18121 BadObjectPropertyAccess(type#26576 error) { }
	// RVA: -1
	public static type#18121 TypeNotAllowed(type#27705 type) { }
	// RVA: -1
	public static type#18121 CaseInsensitiveNameConflict(type#26576 name) { }
	// RVA: -1
	public static type#18121 NamespaceNameConflict(type#26576 name) { }
	// RVA: -1
	public static type#18121 InvalidOffsetLength() { }
	// RVA: -1
	public static type#18121 ColumnNotInTheTable(type#26576 column, type#26576 table) { }
	// RVA: -1
	public static type#18121 ColumnNotInAnyTable() { }
	// RVA: -1
	public static type#18121 ColumnOutOfRange(type#20867 index) { }
	// RVA: -1
	public static type#18121 ColumnOutOfRange(type#26576 column) { }
	// RVA: -1
	public static type#18121 CannotAddColumn1(type#26576 column) { }
	// RVA: -1
	public static type#18121 CannotAddColumn2(type#26576 column) { }
	// RVA: -1
	public static type#18121 CannotAddColumn3() { }
	// RVA: -1
	public static type#18121 CannotAddColumn4(type#26576 column) { }
	// RVA: -1
	public static type#18121 CannotAddDuplicate(type#26576 column) { }
	// RVA: -1
	public static type#18121 CannotAddDuplicate2(type#26576 table) { }
	// RVA: -1
	public static type#18121 CannotAddDuplicate3(type#26576 table) { }
	// RVA: -1
	public static type#18121 CannotRemoveColumn() { }
	// RVA: -1
	public static type#18121 CannotRemovePrimaryKey() { }
	// RVA: -1
	public static type#18121 CannotRemoveChildKey(type#26576 relation) { }
	// RVA: -1
	public static type#18121 CannotRemoveConstraint(type#26576 constraint, type#26576 table) { }
	// RVA: -1
	public static type#18121 CannotRemoveExpression(type#26576 column, type#26576 expression) { }
	// RVA: -1
	public static type#18121 AddPrimaryKeyConstraint() { }
	// RVA: -1
	public static type#18121 NoConstraintName() { }
	// RVA: -1
	public static type#18121 ConstraintViolation(type#26576 constraint) { }
	// RVA: -1
	public static type#26576 KeysToString(type#13299 keys) { }
	// RVA: -1
	public static type#26576 UniqueConstraintViolationText(type#12963 columns, type#13299 values) { }
	// RVA: -1
	public static type#18121 ConstraintViolation(type#12963 columns, type#13299 values) { }
	// RVA: -1
	public static type#18121 ConstraintOutOfRange(type#20867 index) { }
	// RVA: -1
	public static type#18121 DuplicateConstraint(type#26576 constraint) { }
	// RVA: -1
	public static type#18121 DuplicateConstraintName(type#26576 constraint) { }
	// RVA: -1
	public static type#18121 NeededForForeignKeyConstraint(type#28037 key, type#18686 fk) { }
	// RVA: -1
	public static type#18121 UniqueConstraintViolation() { }
	// RVA: -1
	public static type#18121 ConstraintForeignTable() { }
	// RVA: -1
	public static type#18121 ConstraintParentValues() { }
	// RVA: -1
	public static type#18121 ConstraintAddFailed(type#16965 table) { }
	// RVA: -1
	public static type#18121 ConstraintRemoveFailed() { }
	// RVA: -1
	public static type#18121 FailedCascadeDelete(type#26576 constraint) { }
	// RVA: -1
	public static type#18121 FailedCascadeUpdate(type#26576 constraint) { }
	// RVA: -1
	public static type#18121 FailedClearParentTable(type#26576 table, type#26576 constraint, type#26576 childTable) { }
	// RVA: -1
	public static type#18121 ForeignKeyViolation(type#26576 constraint, type#13299 keys) { }
	// RVA: -1
	public static type#18121 RemoveParentRow(type#18686 constraint) { }
	// RVA: -1
	public static type#26576 MaxLengthViolationText(type#26576 columnName) { }
	// RVA: -1
	public static type#26576 NotAllowDBNullViolationText(type#26576 columnName) { }
	// RVA: -1
	public static type#18121 CantAddConstraintToMultipleNestedTable(type#26576 tableName) { }
	// RVA: -1
	public static type#18121 AutoIncrementAndExpression() { }
	// RVA: -1
	public static type#18121 AutoIncrementAndDefaultValue() { }
	// RVA: -1
	public static type#18121 AutoIncrementSeed() { }
	// RVA: -1
	public static type#18121 CantChangeDataType() { }
	// RVA: -1
	public static type#18121 NullDataType() { }
	// RVA: -1
	public static type#18121 ColumnNameRequired() { }
	// RVA: -1
	public static type#18121 DefaultValueAndAutoIncrement() { }
	// RVA: -1
	public static type#18121 DefaultValueDataType(type#26576 column, type#27705 defaultType, type#27705 columnType, type#18121 inner) { }
	// RVA: -1
	public static type#18121 DefaultValueColumnDataType(type#26576 column, type#27705 defaultType, type#27705 columnType, type#18121 inner) { }
	// RVA: -1
	public static type#18121 ExpressionAndUnique() { }
	// RVA: -1
	public static type#18121 ExpressionAndReadOnly() { }
	// RVA: -1
	public static type#18121 ExpressionAndConstraint(type#16890 column, type#16399 constraint) { }
	// RVA: -1
	public static type#18121 ExpressionInConstraint(type#16890 column) { }
	// RVA: -1
	public static type#18121 ExpressionCircular() { }
	// RVA: -1
	public static type#18121 NonUniqueValues(type#26576 column) { }
	// RVA: -1
	public static type#18121 NullKeyValues(type#26576 column) { }
	// RVA: -1
	public static type#18121 NullValues(type#26576 column) { }
	// RVA: -1
	public static type#18121 ReadOnlyAndExpression() { }
	// RVA: -1
	public static type#18121 ReadOnly(type#26576 column) { }
	// RVA: -1
	public static type#18121 UniqueAndExpression() { }
	// RVA: -1
	public static type#18121 SetFailed(type#23705 value, type#16890 column, type#27705 type, type#18121 innerException) { }
	// RVA: -1
	public static type#18121 CannotSetToNull(type#16890 column) { }
	// RVA: -1
	public static type#18121 LongerThanMaxLength(type#16890 column) { }
	// RVA: -1
	public static type#18121 CannotSetMaxLength(type#16890 column, type#20867 value) { }
	// RVA: -1
	public static type#18121 CannotSetMaxLength2(type#16890 column) { }
	// RVA: -1
	public static type#18121 CannotSetSimpleContentType(type#26576 columnName, type#27705 type) { }
	// RVA: -1
	public static type#18121 CannotSetSimpleContent(type#26576 columnName, type#27705 type) { }
	// RVA: -1
	public static type#18121 CannotChangeNamespace(type#26576 columnName) { }
	// RVA: -1
	public static type#18121 HasToBeStringType(type#16890 column) { }
	// RVA: -1
	public static type#18121 AutoIncrementCannotSetIfHasData(type#26576 typeName) { }
	// RVA: -1
	public static type#18121 INullableUDTwithoutStaticNull(type#26576 typeName) { }
	// RVA: -1
	public static type#18121 IComparableNotImplemented(type#26576 typeName) { }
	// RVA: -1
	public static type#18121 UDTImplementsIChangeTrackingButnotIRevertible(type#26576 typeName) { }
	// RVA: -1
	public static type#18121 InvalidDataColumnMapping(type#27705 type) { }
	// RVA: -1
	public static type#18121 CannotSetDateTimeModeForNonDateTimeColumns() { }
	// RVA: -1
	public static type#18121 InvalidDateTimeMode(type#16956 mode) { }
	// RVA: -1
	public static type#18121 CantChangeDateTimeMode(type#16956 oldValue, type#16956 newValue) { }
	// RVA: -1
	public static type#18121 ColumnTypeNotSupported() { }
	// RVA: -1
	public static type#18121 SetFailed(type#26576 name) { }
	// RVA: -1
	public static type#18121 CanNotUse() { }
	// RVA: -1
	public static type#18121 SetIListObject() { }
	// RVA: -1
	public static type#18121 AddNewNotAllowNull() { }
	// RVA: -1
	public static type#18121 NotOpen() { }
	// RVA: -1
	public static type#18121 CreateChildView() { }
	// RVA: -1
	public static type#18121 CanNotDelete() { }
	// RVA: -1
	public static type#18121 GetElementIndex(type#20867 index) { }
	// RVA: -1
	public static type#18121 AddExternalObject() { }
	// RVA: -1
	public static type#18121 CanNotClear() { }
	// RVA: -1
	public static type#18121 InsertExternalObject() { }
	// RVA: -1
	public static type#18121 RemoveExternalObject() { }
	// RVA: -1
	public static type#18121 KeyTableMismatch() { }
	// RVA: -1
	public static type#18121 KeyNoColumns() { }
	// RVA: -1
	public static type#18121 KeyTooManyColumns(type#20867 cols) { }
	// RVA: -1
	public static type#18121 KeyDuplicateColumns(type#26576 columnName) { }
	// RVA: -1
	public static type#18121 RelationDataSetMismatch() { }
	// RVA: -1
	public static type#18121 ColumnsTypeMismatch() { }
	// RVA: -1
	public static type#18121 KeyLengthMismatch() { }
	// RVA: -1
	public static type#18121 KeyLengthZero() { }
	// RVA: -1
	public static type#18121 ForeignRelation() { }
	// RVA: -1
	public static type#18121 KeyColumnsIdentical() { }
	// RVA: -1
	public static type#18121 RelationForeignTable(type#26576 t1, type#26576 t2) { }
	// RVA: -1
	public static type#18121 GetParentRowTableMismatch(type#26576 t1, type#26576 t2) { }
	// RVA: -1
	public static type#18121 SetParentRowTableMismatch(type#26576 t1, type#26576 t2) { }
	// RVA: -1
	public static type#18121 RelationForeignRow() { }
	// RVA: -1
	public static type#18121 RelationNestedReadOnly() { }
	// RVA: -1
	public static type#18121 TableCantBeNestedInTwoTables(type#26576 tableName) { }
	// RVA: -1
	public static type#18121 LoopInNestedRelations(type#26576 tableName) { }
	// RVA: -1
	public static type#18121 RelationDoesNotExist() { }
	// RVA: -1
	public static type#18121 ParentOrChildColumnsDoNotHaveDataSet() { }
	// RVA: -1
	public static type#18121 InValidNestedRelation(type#26576 childTableName) { }
	// RVA: -1
	public static type#18121 InvalidParentNamespaceinNestedRelation(type#26576 childTableName) { }
	// RVA: -1
	public static type#18121 RowNotInTheDataSet() { }
	// RVA: -1
	public static type#18121 RowNotInTheTable() { }
	// RVA: -1
	public static type#18121 EditInRowChanging() { }
	// RVA: -1
	public static type#18121 EndEditInRowChanging() { }
	// RVA: -1
	public static type#18121 BeginEditInRowChanging() { }
	// RVA: -1
	public static type#18121 CancelEditInRowChanging() { }
	// RVA: -1
	public static type#18121 DeleteInRowDeleting() { }
	// RVA: -1
	public static type#18121 ValueArrayLength() { }
	// RVA: -1
	public static type#18121 NoCurrentData() { }
	// RVA: -1
	public static type#18121 NoOriginalData() { }
	// RVA: -1
	public static type#18121 NoProposedData() { }
	// RVA: -1
	public static type#18121 RowRemovedFromTheTable() { }
	// RVA: -1
	public static type#18121 DeletedRowInaccessible() { }
	// RVA: -1
	public static type#18121 RowAlreadyDeleted() { }
	// RVA: -1
	public static type#18121 RowEmpty() { }
	// RVA: -1
	public static type#18121 InvalidRowVersion() { }
	// RVA: -1
	public static type#18121 RowOutOfRange(type#20867 index) { }
	// RVA: -1
	public static type#18121 RowInsertTwice(type#20867 index, type#26576 tableName) { }
	// RVA: -1
	public static type#18121 RowInsertMissing(type#26576 tableName) { }
	// RVA: -1
	public static type#18121 RowAlreadyRemoved() { }
	// RVA: -1
	public static type#18121 MultipleParents() { }
	// RVA: -1
	public static type#18121 InvalidRowState(type#16943 state) { }
	// RVA: -1
	public static type#18121 InvalidRowBitPattern() { }
	// RVA: -1
	internal static type#18121 SetDataSetNameToEmpty() { }
	// RVA: -1
	internal static type#18121 SetDataSetNameConflicting(type#26576 name) { }
	// RVA: -1
	public static type#18121 DataSetUnsupportedSchema(type#26576 ns) { }
	// RVA: -1
	public static type#18121 MergeMissingDefinition(type#26576 obj) { }
	// RVA: -1
	public static type#18121 TablesInDifferentSets() { }
	// RVA: -1
	public static type#18121 RelationAlreadyExists() { }
	// RVA: -1
	public static type#18121 RowAlreadyInOtherCollection() { }
	// RVA: -1
	public static type#18121 RowAlreadyInTheCollection() { }
	// RVA: -1
	public static type#18121 RecordStateRange() { }
	// RVA: -1
	public static type#18121 IndexKeyLength(type#20867 length, type#20867 keyLength) { }
	// RVA: -1
	public static type#18121 RemovePrimaryKey(type#16965 table) { }
	// RVA: -1
	public static type#18121 RelationAlreadyInOtherDataSet() { }
	// RVA: -1
	public static type#18121 RelationAlreadyInTheDataSet() { }
	// RVA: -1
	public static type#18121 RelationNotInTheDataSet(type#26576 relation) { }
	// RVA: -1
	public static type#18121 RelationOutOfRange(type#23705 index) { }
	// RVA: -1
	public static type#18121 DuplicateRelation(type#26576 relation) { }
	// RVA: -1
	public static type#18121 RelationTableNull() { }
	// RVA: -1
	public static type#18121 RelationDataSetNull() { }
	// RVA: -1
	public static type#18121 RelationTableWasRemoved() { }
	// RVA: -1
	public static type#18121 ParentTableMismatch() { }
	// RVA: -1
	public static type#18121 ChildTableMismatch() { }
	// RVA: -1
	public static type#18121 EnforceConstraint() { }
	// RVA: -1
	public static type#18121 CaseLocaleMismatch() { }
	// RVA: -1
	public static type#18121 CannotChangeCaseLocale() { }
	// RVA: -1
	public static type#18121 CannotChangeCaseLocale(type#18121 innerException) { }
	// RVA: -1
	public static type#18121 InvalidRemotingFormat(type#25850 mode) { }
	// RVA: -1
	public static type#18121 TableForeignPrimaryKey() { }
	// RVA: -1
	public static type#18121 TableCannotAddToSimpleContent() { }
	// RVA: -1
	public static type#18121 NoTableName() { }
	// RVA: -1
	public static type#18121 MultipleTextOnlyColumns() { }
	// RVA: -1
	public static type#18121 InvalidSortString(type#26576 sort) { }
	// RVA: -1
	public static type#18121 DuplicateTableName(type#26576 table) { }
	// RVA: -1
	public static type#18121 DuplicateTableName2(type#26576 table, type#26576 ns) { }
	// RVA: -1
	public static type#18121 SelfnestedDatasetConflictingName(type#26576 table) { }
	// RVA: -1
	public static type#18121 DatasetConflictingName(type#26576 table) { }
	// RVA: -1
	public static type#18121 TableAlreadyInOtherDataSet() { }
	// RVA: -1
	public static type#18121 TableAlreadyInTheDataSet() { }
	// RVA: -1
	public static type#18121 TableOutOfRange(type#20867 index) { }
	// RVA: -1
	public static type#18121 TableNotInTheDataSet(type#26576 table) { }
	// RVA: -1
	public static type#18121 TableInRelation() { }
	// RVA: -1
	public static type#18121 TableInConstraint(type#16965 table, type#16399 constraint) { }
	// RVA: -1
	public static type#18121 CanNotSerializeDataTableHierarchy() { }
	// RVA: -1
	public static type#18121 CanNotRemoteDataTable() { }
	// RVA: -1
	public static type#18121 CanNotSetRemotingFormat() { }
	// RVA: -1
	public static type#18121 CanNotSerializeDataTableWithEmptyName() { }
	// RVA: -1
	public static type#18121 TableNotFound(type#26576 tableName) { }
	// RVA: -1
	public static type#18121 AggregateException(type#14187 aggregateType, type#27705 type) { }
	// RVA: -1
	public static type#18121 InvalidStorageType(type#27728 typecode) { }
	// RVA: -1
	public static type#18121 RangeArgument(type#20867 min, type#20867 max) { }
	// RVA: -1
	public static type#18121 NullRange() { }
	// RVA: -1
	public static type#18121 NegativeMinimumCapacity() { }
	// RVA: -1
	public static type#18121 ProblematicChars(type#15837 charValue) { }
	// RVA: -1
	public static type#18121 StorageSetFailed() { }
	// RVA: -1
	public static type#18121 SimpleTypeNotSupported() { }
	// RVA: -1
	public static type#18121 MissingAttribute(type#26576 attribute) { }
	// RVA: -1
	public static type#18121 MissingAttribute(type#26576 element, type#26576 attribute) { }
	// RVA: -1
	public static type#18121 InvalidAttributeValue(type#26576 name, type#26576 value) { }
	// RVA: -1
	public static type#18121 AttributeValues(type#26576 name, type#26576 value1, type#26576 value2) { }
	// RVA: -1
	public static type#18121 ElementTypeNotFound(type#26576 name) { }
	// RVA: -1
	public static type#18121 RelationParentNameMissing(type#26576 rel) { }
	// RVA: -1
	public static type#18121 RelationChildNameMissing(type#26576 rel) { }
	// RVA: -1
	public static type#18121 RelationTableKeyMissing(type#26576 rel) { }
	// RVA: -1
	public static type#18121 RelationChildKeyMissing(type#26576 rel) { }
	// RVA: -1
	public static type#18121 UndefinedDatatype(type#26576 name) { }
	// RVA: -1
	public static type#18121 DatatypeNotDefined() { }
	// RVA: -1
	public static type#18121 MismatchKeyLength() { }
	// RVA: -1
	public static type#18121 InvalidField(type#26576 name) { }
	// RVA: -1
	public static type#18121 InvalidSelector(type#26576 name) { }
	// RVA: -1
	public static type#18121 CircularComplexType(type#26576 name) { }
	// RVA: -1
	public static type#18121 CannotInstantiateAbstract(type#26576 name) { }
	// RVA: -1
	public static type#18121 InvalidKey(type#26576 name) { }
	// RVA: -1
	public static type#18121 DiffgramMissingTable(type#26576 name) { }
	// RVA: -1
	public static type#18121 DiffgramMissingSQL() { }
	// RVA: -1
	public static type#18121 DuplicateConstraintRead(type#26576 str) { }
	// RVA: -1
	public static type#18121 ColumnTypeConflict(type#26576 name) { }
	// RVA: -1
	public static type#18121 CannotConvert(type#26576 name, type#26576 type) { }
	// RVA: -1
	public static type#18121 MissingRefer(type#26576 name) { }
	// RVA: -1
	public static type#18121 InvalidPrefix(type#26576 name) { }
	// RVA: -1
	public static type#18121 CanNotDeserializeObjectType() { }
	// RVA: -1
	public static type#18121 IsDataSetAttributeMissingInSchema() { }
	// RVA: -1
	public static type#18121 TooManyIsDataSetAtributeInSchema() { }
	// RVA: -1
	public static type#18121 NestedCircular(type#26576 name) { }
	// RVA: -1
	public static type#18121 MultipleParentRows(type#26576 tableQName) { }
	// RVA: -1
	public static type#18121 PolymorphismNotSupported(type#26576 typeName) { }
	// RVA: -1
	public static type#18121 DataTableInferenceNotSupported() { }
	// RVA: -1
	internal static type#28660 ThrowMultipleTargetConverter(type#18121 innerException) { }
	// RVA: -1
	public static type#18121 DuplicateDeclaration(type#26576 name) { }
	// RVA: -1
	public static type#18121 FoundEntity() { }
	// RVA: -1
	public static type#18121 MergeFailed(type#26576 name) { }
	// RVA: -1
	public static type#18121 ConvertFailed(type#27705 type1, type#27705 type2) { }
	// RVA: -1
	internal static type#18121 InvalidDuplicateNamedSimpleTypeDelaration(type#26576 stName, type#26576 errorStr) { }
	// RVA: -1
	internal static type#18121 InternalRBTreeError(type#24883 internalError) { }
	// RVA: -1
	public static type#18121 EnumeratorModified() { }
}
}
