HResults.DTS_E_BPDUPLICATE Field

Definition

The specified breakpoint ID already exists. This error occurs when a task calls CreateBreakpoint with the same ID multiple times. It is possible to create a breakpoint with the same ID multiple times if the task calls RemoveBreakpoint on the first creation before creating the second one.

public: int DTS_E_BPDUPLICATE = -1073655807;
public const int DTS_E_BPDUPLICATE = -1073655807;
val mutable DTS_E_BPDUPLICATE : int
Public Const DTS_E_BPDUPLICATE As Integer  = -1073655807

Field Value

Value = -1073655807

Remarks

This error occurs when a task calls CreateBreakpoint with the same ID multiple times.

Applies to