ProjectWorkPendingException Class

Definition

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
Inheritance
Microsoft.VisualStudio.Services.Common.VssServiceException
ProjectWorkPendingException
Attributes
Microsoft.VisualStudio.Services.Common.ExceptionMappingAttribute SerializableAttribute

Constructors

Applies to

Product Versions
Azure DevOps Services .NET SDK preview, latest