UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ItemNotFoundException Constructor(ITestObject,String)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.TE Namespace
>
ItemNotFoundException Class
>
ItemNotFoundException Constructor
: ItemNotFoundException 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
ItemNotFoundException
class with the test object on which the run error occurred and a specified error message.
Syntax
C#
public
ItemNotFoundException(
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.