TestManagementException Constructor (String, Exception)
Initializes a new instance of the TestManagementException class by using the provided message and inner exception.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementException(
string message,
Exception innerException
)
public:
TestManagementException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> TestManagementException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe error message.
innerException
Type: System.ExceptionThe exception that caused this exception.
See Also
TestManagementException Overload
TestManagementException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top