Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Further classifies a QueryHierarchyException.
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 | |
|---|---|---|
| AccessException | Access exception. | |
| CannotDeleteRootFolder | Cannot delete root folder. | |
| CannotDenyAdmin | Cannot deny admin. | |
| CannotMoveRootFolder | Cannot move root folder. | |
| CircularReference | Circular reference. | |
| DeniedOrNotExist | Denied or does not exist. | |
| InvalidPermissionCombination | Invalid permission combination. | |
| ItemAlreadyExists | Item already exists. | |
| NameConflictsWithExistingItem | Name conflicts with existing item. | |
| Other | Exception that is not described by any other items in this enumeration. | |
| ParentDoesNotExist | Parent does not exist. | |
| ParentIsNotAFolder | Parent is not a folder. | |
| TypeMismatch | Type mismatch. |