Share via


AccountNotFoundException Constructor (String)

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

AccountNotFoundException Class

AccountNotFoundException Overload

Microsoft.VisualStudio.Services.Account Namespace