Share via


IdentityAccountNameAlreadyInUseException Constructor (String, Int32)

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

Syntax

'Declaration
Public Sub New ( _
    oneAccountName As String, _
    collisionCount As Integer _
)
public IdentityAccountNameAlreadyInUseException(
    string oneAccountName,
    int collisionCount
)
public:
IdentityAccountNameAlreadyInUseException(
    String^ oneAccountName, 
    int collisionCount
)
new : 
        oneAccountName:string * 
        collisionCount:int -> IdentityAccountNameAlreadyInUseException
public function IdentityAccountNameAlreadyInUseException(
    oneAccountName : String, 
    collisionCount : int
)

Parameters

.NET Framework Security

See Also

Reference

IdentityAccountNameAlreadyInUseException Class

IdentityAccountNameAlreadyInUseException Overload

Microsoft.VisualStudio.Services.Identity Namespace