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