Initializes a new RepositoryNotFoundException instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
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.String
 The URL of the repository.
- info
 Type: System.String
 A 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