AddMemberIdentityAlreadyMemberException Constructor (SerializationInfo, StreamingContext)

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected AddMemberIdentityAlreadyMemberException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AddMemberIdentityAlreadyMemberException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> AddMemberIdentityAlreadyMemberException
protected function AddMemberIdentityAlreadyMemberException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

AddMemberIdentityAlreadyMemberException Class

AddMemberIdentityAlreadyMemberException Overload

Microsoft.TeamFoundation.Framework.Client Namespace