Share via


IKnowledgeBuilder::AddRangeException

Adds an IRangeException object to the list that is used to build the knowledge.

Syntax

HRESULT AddRangeException(
  BYTE* pStartId,
  BYTE* pEndId,
  IClockVector* piClockVector);

Parameters

  • pStartId
    [in] The item ID that starts the range that is associated with the exception.

  • pEndId
    [in] The item ID that ends the range that is associated with the exception.

  • piClockVector
    [in] The clock vector that is associated with the exception.

Return Value

See Also

Reference

IKnowledgeBuilder Interface