ObjectTreeNodeNotFoundException Constructor (ISearchPattern, Int32, Int32) |
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public ObjectTreeNodeNotFoundException(
ISearchPattern pattern,
int depth,
int timeout
)
Public Sub New (
pattern As ISearchPattern,
depth As Integer,
timeout As Integer
)
Dim pattern As ISearchPattern
Dim depth As Integer
Dim timeout As Integer
Dim instance As New ObjectTreeNodeNotFoundException(pattern,
depth, timeout)
public:
ObjectTreeNodeNotFoundException(
ISearchPattern^ pattern,
int depth,
int timeout
)
Parameters
- pattern
- Type: SmartBear.TestLeftISearchPattern
The search pattern that specifies the properties and values used to search for the object. - depth
- Type: SystemInt32
The search depth used to find the object, relative to the parent object from which the search started: 1 - immediate child objects, 2 - child and grandchild objects, and so on. - timeout
- Type: SystemInt32
The timeout, in milliseconds, that was used to limit the search time.
See Also