ImportWorkItemLinkTypeException.Type Enumeration

Further specifies the type of a WorkItemLinkTypeException.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Enumeration Type
public enum Type
public enum class Type
type Type
public enum Type

Members

Member name Description
Other An error that is not covered by other types in this enum.
CannotCreateDisabledLinkType Cannot create a disabled link type.
CannotCreateCoreLinkType Cannot create the core link type.
MissingForwardName Missing forward name.
InvalidForwardName Invalid forward name.
ForwardNameInUse Forward name is being used.
MissingReverseName Missing reverse name.
InvalidReverseName Invalid reverse name.
ReverseNameInUse Reverse name is being used.
InvalidTopology Invalid topology.
ReferenceNameInUse Reference name is being used.
NothingSpecified Nothing specified.
EditDenied Link edit is denied.
DeleteDenied Link deletion is denied.
CannotChangeTopology Cannot change the topology.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace