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 ArtifactNotFoundException instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
artifactUri As Uri _
)
public ArtifactNotFoundException(
Uri artifactUri
)
public:
ArtifactNotFoundException(
Uri^ artifactUri
)
new :
artifactUri:Uri -> ArtifactNotFoundException
public function ArtifactNotFoundException(
artifactUri : Uri
)
Parameters
- artifactUri
Type: System.Uri
The URI of the artifact that was not found.
.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.