Click or drag to resize

ObjectTreeNodeNotFoundException Constructor (ISearchPattern, Int32, Int32)

Initializes a new instance of the ObjectTreeNodeNotFoundException class using the specified search pattern, search depth and timeout.

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
)

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