CssProjectUriDoesNotExistException Constructor (Uri)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Dichiarazione
Public Sub New ( _
uri As Uri _
)
public CssProjectUriDoesNotExistException(
Uri uri
)
public:
CssProjectUriDoesNotExistException(
Uri^ uri
)
new :
uri:Uri -> CssProjectUriDoesNotExistException
public function CssProjectUriDoesNotExistException(
uri : Uri
)
Parameters
- uri
Type: System.Uri
.NET Framework Security
- 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.
See Also
Reference
CssProjectUriDoesNotExistException Class