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