UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ReplayObjectDisabledException Constructor(ITestObject,String)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK Namespace
>
ReplayObjectDisabledException Class
>
ReplayObjectDisabledException Constructor
: ReplayObjectDisabledException Constructor(ITestObject,String)
The test object on which the run error occurred.
The error message that explains the reason for the exception.
Initializes a new instance of the
ReplayObjectDisabledException
class with the test object on which the run error occurred and a specified error message.
Syntax
C#
public
ReplayObjectDisabledException(
ITestObject
testObject
,
string
message
)
Parameters
testObject
The test object on which the run error occurred.
message
The error message that explains the reason for the exception.