Share via


RemoveSpecialGroupException Constructor (String, GroupSpecialType)

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

Syntax

'Declaration
Public Sub New ( _
    sid As String, _
    specialType As GroupSpecialType _
)
public RemoveSpecialGroupException(
    string sid,
    GroupSpecialType specialType
)
public:
RemoveSpecialGroupException(
    String^ sid, 
    GroupSpecialType specialType
)
new : 
        sid:string * 
        specialType:GroupSpecialType -> RemoveSpecialGroupException
public function RemoveSpecialGroupException(
    sid : String, 
    specialType : GroupSpecialType
)

Parameters

.NET Framework Security

See Also

Reference

RemoveSpecialGroupException Class

RemoveSpecialGroupException Overload

Microsoft.TeamFoundation.Framework.Server Namespace