HResults.DTS_E_BPUNKNOWNID Field

Definition

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 = -1073655806

Remarks

This error occurs when a task references a breakpoint that does not exist.

Applies to