Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.String
The URL of the repository.
- 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