ProjectWorkPendingException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is shown whenever a project operation cannot be performed due to work queue operations pending For example if project 'foo' was renamed to 'bar' but this update has not yet been processed by all Tfs components then renaming a project into 'foo' would be blocked (though technically name 'foo' is not occupied by any projects)
C#
[Microsoft.VisualStudio.Services.Common.ExceptionMapping("0.0", "3.0", "ProjectWorkPendingException", "Microsoft.TeamFoundation.Core.WebApi.ProjectWorkPendingException, Microsoft.TeamFoundation.Core.WebApi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Serializable]
public class ProjectWorkPendingException : Microsoft.TeamFoundation.Core.WebApi.ProjectException
type ProjectWorkPendingException = class
inherit ProjectException
Public Class ProjectWorkPendingException
Inherits ProjectException
- Inheritance
-
Microsoft.VisualStudio.Services.Common.VssServiceExceptionProjectWorkPendingException
- Attributes
-
Microsoft.VisualStudio.Services.Common.ExceptionMappingAttribute Serializable
Attribute
Project |
|
Project |
|
Project |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |