CssProjectUriDoesNotExistException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Dichiarazione
Public Sub New ( _
uri As String _
)
public CssProjectUriDoesNotExistException(
string uri
)
public:
CssProjectUriDoesNotExistException(
String^ uri
)
new :
uri:string -> CssProjectUriDoesNotExistException
public function CssProjectUriDoesNotExistException(
uri : String
)
Parameters
- uri
Type: System.String
.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