ReplayObjectNotUniqueException Constructor(ITestObject)
Initializes a new instance of the ReplayObjectNotUniqueException class with the test object on which the run error occurred.

C# Syntax

public ReplayObjectNotUniqueException( 
   ITestObject testObject
)

Parameters

testObject
The test object on which the run error occurred.