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
- sid
Type: System.String
- specialType
Type: Microsoft.TeamFoundation.Framework.Common.GroupSpecialType
.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
RemoveSpecialGroupException Class