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.
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
locationId As Guid, _
serverBaseUri As Uri _
)
public VssResourceNotFoundException(
Guid locationId,
Uri serverBaseUri
)
public:
VssResourceNotFoundException(
Guid locationId,
Uri^ serverBaseUri
)
new :
locationId:Guid *
serverBaseUri:Uri -> VssResourceNotFoundException
public function VssResourceNotFoundException(
locationId : Guid,
serverBaseUri : Uri
)
Parameters
- locationId
Type: System.Guid
- serverBaseUri
Type: System.Uri
.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
VssResourceNotFoundException Class