HResults.DTS_E_CUSTOMEVENTCONFLICT Field

Definition

MessageId: DTS_E_CUSTOMEVENTCONFLICT MessageText: The custom event "%1!s!" is already declared with a different parameter list. A task is trying to declare a custom event, which another task has already declared with a different parameter list.

public: int DTS_E_CUSTOMEVENTCONFLICT = -1073659818;
public const int DTS_E_CUSTOMEVENTCONFLICT = -1073659818;
val mutable DTS_E_CUSTOMEVENTCONFLICT : int
Public Const DTS_E_CUSTOMEVENTCONFLICT As Integer  = -1073659818

Field Value

Value = -1073659818

Applies to