MultipleIdentitiesFoundException Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
factorValue As String, _
matchingIdentities As TeamFoundationIdentity() _
)
public MultipleIdentitiesFoundException(
string factorValue,
TeamFoundationIdentity[] matchingIdentities
)
public:
MultipleIdentitiesFoundException(
String^ factorValue,
array<TeamFoundationIdentity^>^ matchingIdentities
)
new :
factorValue:string *
matchingIdentities:TeamFoundationIdentity[] -> MultipleIdentitiesFoundException
public function MultipleIdentitiesFoundException(
factorValue : String,
matchingIdentities : TeamFoundationIdentity[]
)
Parameters
- factorValue
Type: System.String
- matchingIdentities
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
.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.