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