Share via


AccountNotMarkedForDeletionException 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 AccountNotMarkedForDeletionException(
    string accountId
)
public:
AccountNotMarkedForDeletionException(
    String^ accountId
)
new : 
        accountId:string -> AccountNotMarkedForDeletionException
public function AccountNotMarkedForDeletionException(
    accountId : String
)

Parameters

.NET Framework Security

See Also

Reference

AccountNotMarkedForDeletionException Class

AccountNotMarkedForDeletionException Overload

Microsoft.VisualStudio.Services.Account Namespace