UnregisterProjectException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub New ( _
projectUri As String _
)
public UnregisterProjectException(
string projectUri
)
public:
UnregisterProjectException(
String^ projectUri
)
new :
projectUri:string -> UnregisterProjectException
public function UnregisterProjectException(
projectUri : String
)
Parameters
- projectUri
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
UnregisterProjectException Class