RepositoryNotFoundException Constructor (String, String, Exception)

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, _
    innerException As Exception _
)
public RepositoryNotFoundException(
    string repositoryUrl,
    string info,
    Exception innerException
)
public:
RepositoryNotFoundException(
    String^ repositoryUrl, 
    String^ info, 
    Exception^ innerException
)
new : 
        repositoryUrl:string * 
        info:string * 
        innerException:Exception -> RepositoryNotFoundException
public function RepositoryNotFoundException(
    repositoryUrl : String, 
    info : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

RepositoryNotFoundException Class

RepositoryNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace