HResults.DTS_E_BPDUPLICATE 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.
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 = -1073655807Remarks
This error occurs when a task calls CreateBreakpoint with the same ID multiple times.