HResults.DTS_E_BPUNKNOWNID Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MessageId: DTS_E_BPUNKNOWNID MessageText: The specified breakpoint ID does not exist. This error occurs when a task references a breakpoint that does not exist.
public: int DTS_E_BPUNKNOWNID = -1073655806;
public const int DTS_E_BPUNKNOWNID = -1073655806;
val mutable DTS_E_BPUNKNOWNID : int
Public Const DTS_E_BPUNKNOWNID As Integer = -1073655806
Field Value
Value = -1073655806Remarks
This error occurs when a task references a breakpoint that does not exist.