TestImpactException Constructor (String)
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
message As String _
)
protected TestImpactException(
string message
)
protected:
TestImpactException(
String^ message
)
new :
message:string -> TestImpactException
protected function TestImpactException(
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.