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
- oneAccountName
Type: System.String
- collisionCount
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IdentityAccountNameAlreadyInUseException Class