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

Parameters

.NET Framework Security

See Also

Reference

AccountMarkedForDeletionException Class

AccountMarkedForDeletionException Overload

Microsoft.VisualStudio.Services.Account Namespace