Share via


CssProjectUriDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CssProjectUriDoesNotExistException Class

CssProjectUriDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace