Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- repositoryUrl 
 Type: System.String- The URL of the repository. 
- info 
 Type: System.String- A description of the exception. 
- innerException 
 Type: System.Exception- The exception that caused this error. 
.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