RepositoryNotFoundException Constructor (String, String)
Initializes a new RepositoryNotFoundException instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
repositoryUrl As String, _
info As String _
)
public RepositoryNotFoundException(
string repositoryUrl,
string info
)
public:
RepositoryNotFoundException(
String^ repositoryUrl,
String^ info
)
new :
repositoryUrl:string *
info:string -> RepositoryNotFoundException
public function RepositoryNotFoundException(
repositoryUrl : String,
info : String
)
Parameters
repositoryUrl
Type: System.StringThe URL of the repository.
info
Type: System.StringA description of the exception.
.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
RepositoryNotFoundException Class