GroupSecuritySubsystemException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Dichiarazione
Public Sub New ( _
message As String _
)
public GroupSecuritySubsystemException(
string message
)
public:
GroupSecuritySubsystemException(
String^ message
)
new :
message:string -> GroupSecuritySubsystemException
public function GroupSecuritySubsystemException(
message : String
)
Parameters
- message
Type: System.String
.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
GroupSecuritySubsystemException Class