RepositoryFailureCodes Class
Failure codes for version control operations.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.RepositoryFailureCodes
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public NotInheritable Class RepositoryFailureCodes
public static class RepositoryFailureCodes
public ref class RepositoryFailureCodes abstract sealed
[<AbstractClass>]
[<Sealed>]
type RepositoryFailureCodes = class end
public final class RepositoryFailureCodes
The RepositoryFailureCodes type exposes the following members.
Fields
Name | Description | |
---|---|---|
MergeBranchSourceReadPermissionWarning | Gets the warning code for missing read permissions when unshelving a shelveset. | |
QueryShelvedItemsReadPermissionWarning | Gets the warning code for missing read permissions when querying shelved items. | |
UnshelveReadPermissionWarning | Gets the warning code for missing read permissions when unshelving a shelveset. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.