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
repositoryUrl
Type: System.StringThe URL of the repository.
info
Type: System.StringA description of the exception.
innerException
Type: System.ExceptionThe 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