ProjectDoesNotExistException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
'Declaration
Public Sub New ( _
projectId As String _
)
public ProjectDoesNotExistException(
string projectId
)
public:
ProjectDoesNotExistException(
String^ projectId
)
new :
projectId:string -> ProjectDoesNotExistException
public function ProjectDoesNotExistException(
projectId : String
)
- projectId
Type: System.String
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
ProjectDoesNotExistException Class