Share via


AccountUserNotFoundException Constructor (String, String)

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

Syntax

'Declaration
Public Sub New ( _
    userId As String, _
    accountId As String _
)
public AccountUserNotFoundException(
    string userId,
    string accountId
)
public:
AccountUserNotFoundException(
    String^ userId, 
    String^ accountId
)
new : 
        userId:string * 
        accountId:string -> AccountUserNotFoundException
public function AccountUserNotFoundException(
    userId : String, 
    accountId : String
)

Parameters

.NET Framework Security

See Also

Reference

AccountUserNotFoundException Class

AccountUserNotFoundException Overload

Microsoft.VisualStudio.Services.Account Namespace