20 references to RBTreeError
System.Data.Common (20)
System\Data\DataException.cs (1)
754internal static Exception InternalRBTreeError(RBTreeError internalError) => _InvalidOperation(SR.Format(SR.RbTree_InvalidState, (int)internalError));
System\Data\DataRowCollection.cs (3)
16throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CompareNodeInDataRowTree); 20throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CompareSatelliteTreeNodeInDataRowTree); 135throw ExceptionBuilder.InternalRBTreeError(RBTreeError.AttachedNodeWithZerorbTreeNodeId);
System\Data\RbTree.cs (16)
287throw ExceptionBuilder.InternalRBTreeError(RBTreeError.PagePositionInSlotInUse); 367throw ExceptionBuilder.InternalRBTreeError(RBTreeError.NoFreeSlots); 418throw ExceptionBuilder.InternalRBTreeError(RBTreeError.NestedSatelliteTreeEnumerator); 607throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinInsert); 699throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethod1); 730throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethod2); 888throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidNextSizeInDelete); 936throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinDelete); 977throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidNodeSizeinDelete); 1020throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidStateinEndDelete); 1116throw ExceptionBuilder.InternalRBTreeError(RBTreeError.RBDeleteFixup); 1174throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CannotRotateInvalidsuccessorNodeinDelete); 1214throw ExceptionBuilder.InternalRBTreeError(RBTreeError.UnsupportedAccessMethodInNonNillRootSubtree); 1470throw ExceptionBuilder.InternalRBTreeError(RBTreeError.IndexOutOFRangeinGetNodeByIndex); 1963throw ExceptionBuilder.InternalRBTreeError(RBTreeError.InvalidPageSize); 2070throw ExceptionBuilder.InternalRBTreeError(RBTreeError.IndexOutOFRangeinGetNodeByIndex);