GroupScopeDoesNotExistException Constructor (String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    projectUri As String _
)
public GroupScopeDoesNotExistException(
    string projectUri
)
public:
GroupScopeDoesNotExistException(
    String^ projectUri
)
new : 
        projectUri:string -> GroupScopeDoesNotExistException
public function GroupScopeDoesNotExistException(
    projectUri : String
)

Parameters

.NET Framework Security

See Also

Reference

GroupScopeDoesNotExistException Class

GroupScopeDoesNotExistException Overload

Microsoft.TeamFoundation.Framework.Server Namespace