TestManagementValidationException Constructor (String)
Initializes a new instance of the TestManagementValidationException class by using the provided message.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public TestManagementValidationException(
string message
)
public:
TestManagementValidationException(
String^ message
)
new :
message:string -> TestManagementValidationException
public function TestManagementValidationException(
message : String
)
Parameters
message
Type: StringThe message to use in the exception.
.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
TestManagementValidationException Class