Edit

ProjectDoesNotExistException Class

Definition

This exception is shown whenever a project with a given id does not exist or if the user has insufficient rights to access it.

[Microsoft.VisualStudio.Services.Common.ExceptionMapping("0.0", "3.0", "ProjectDoesNotExistException", "Microsoft.TeamFoundation.Core.WebApi.ProjectDoesNotExistException, Microsoft.TeamFoundation.Core.WebApi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Serializable]
public class ProjectDoesNotExistException : Microsoft.TeamFoundation.Core.WebApi.ProjectException
type ProjectDoesNotExistException = class
    inherit ProjectException
Public Class ProjectDoesNotExistException
Inherits ProjectException
Inheritance
Microsoft.VisualStudio.Services.Common.VssServiceException
ProjectDoesNotExistException
Attributes
Microsoft.VisualStudio.Services.Common.ExceptionMappingAttribute SerializableAttribute

Applies to