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
Public fieldStatic member MergeBranchSourceReadPermissionWarning Gets the warning code for missing read permissions when unshelving a shelveset.
Public fieldStatic member QueryShelvedItemsReadPermissionWarning Gets the warning code for missing read permissions when querying shelved items.
Public fieldStatic member 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace