RepositoryNotFoundException Constructor (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, _
innerException As Exception _
)
public RepositoryNotFoundException(
string repositoryUrl,
Exception innerException
)
public:
RepositoryNotFoundException(
String^ repositoryUrl,
Exception^ innerException
)
new :
repositoryUrl:string *
innerException:Exception -> RepositoryNotFoundException
public function RepositoryNotFoundException(
repositoryUrl : String,
innerException : Exception
)
Parameters
repositoryUrl
Type: System.StringThe URL of the repository.
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