Share via


AddGroupMemberIllegalMemberException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    memberName As String _
)
public AddGroupMemberIllegalMemberException(
    string memberName
)
public:
AddGroupMemberIllegalMemberException(
    String^ memberName
)
new : 
        memberName:string -> AddGroupMemberIllegalMemberException
public function AddGroupMemberIllegalMemberException(
    memberName : String
)

Parameters

.NET Framework Security

See Also

Reference

AddGroupMemberIllegalMemberException Class

AddGroupMemberIllegalMemberException Overload

Microsoft.VisualStudio.Services.Identity Namespace