Share via


AccountNotFoundException Constructor (Guid)

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    accountId As Guid _
)
public AccountNotFoundException(
    Guid accountId
)
public:
AccountNotFoundException(
    Guid accountId
)
new : 
        accountId:Guid -> AccountNotFoundException
public function AccountNotFoundException(
    accountId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

AccountNotFoundException Class

AccountNotFoundException Overload

Microsoft.VisualStudio.Services.Account Namespace