TeamFoundationServerException Constructor (String)
Initializes a new instance of the TeamFoundationServerException class with the specified message.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaração
Public Sub New ( _
message As String _
)
public TeamFoundationServerException(
string message
)
public:
TeamFoundationServerException(
String^ message
)
new :
message:string -> TeamFoundationServerException
public function TeamFoundationServerException(
message : String
)
Parameters
- message
Type: System.String
A human readable message that describes the error.
.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
TeamFoundationServerException Class