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