20 references to RBTreeError
System.Data (20)
fx\src\data\System\Data\DataException.cs (1)
1472
static internal Exception InternalRBTreeError(
RBTreeError
internalError) {
fx\src\data\System\Data\DataRowCollection.cs (3)
23
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.CompareNodeInDataRowTree);
26
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.CompareSateliteTreeNodeInDataRowTree);
138
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.AttachedNodeWithZerorbTreeNodeId);
fx\src\data\System\Data\RbTree.cs (16)
286
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.PagePositionInSlotInUse);
363
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.NoFreeSlots);
414
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.NestedSatelliteTreeEnumerator);
583
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidStateinInsert);
668
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.UnsupportedAccessMethod1);
697
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.UnsupportedAccessMethod2);
854
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidNextSizeInDelete);
901
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidStateinDelete);
941
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidNodeSizeinDelete);
978
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidStateinEndDelete);
1065
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.RBDeleteFixup);
1120
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.CannotRotateInvalidsuccessorNodeinDelete);
1170
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.UnsupportedAccessMethodInNonNillRootSubtree);
1410
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.IndexOutOFRangeinGetNodeByIndex);
1876
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.InvalidPageSize);
1984
throw ExceptionBuilder.InternalRBTreeError(
RBTreeError
.IndexOutOFRangeinGetNodeByIndex);