Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.UriThe 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.