Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| Other | Exception that is not described by any other items in this enumeration. | |
| DeniedOrNotExist | Denied or does not exist. | |
| ParentDoesNotExist | Parent does not exist. | |
| ParentIsNotAFolder | Parent is not a folder. | |
| NameConflictsWithExistingItem | Name conflicts with existing item. | |
| CircularReference | Circular reference. | |
| TypeMismatch | Type mismatch. | |
| ItemAlreadyExists | Item already exists. | |
| CannotMoveRootFolder | Cannot move root folder. | |
| CannotDeleteRootFolder | Cannot delete root folder. | |
| AccessException | Access exception. | |
| CannotDenyAdmin | Cannot deny admin. | |
| InvalidPermissionCombination | Invalid permission combination. |