TestManagementException Constructor
Initializes a new instance of the TestManagementException class.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
TestManagementException() | Initializes a new instance of the TestManagementException class. |
|
TestManagementException(SerializationInfo, StreamingContext) | Initializes a new instance of the TestManagementException class for deserialization. |
|
TestManagementException(String) | Initializes a new instance of the TestManagementException class by using the provided message. |
|
TestManagementException(String, Exception) | Initializes a new instance of the TestManagementException class by using the provided message and inner exception. |
See Also
TestManagementException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top