Click or drag to resize

ObjectTreeNodeNotFoundException Constructor (ISearchPattern, String, Int32, Int32)

Initializes a new instance of the ObjectTreeNodeNotFoundException class using the specified search pattern, parent object name, 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,
	string parentNodeName,
	int depth,
	int timeout
)

Parameters

pattern
Type: SmartBear.TestLeftISearchPattern
The search pattern that specifies properties and values used to search for the object.
parentNodeName
Type: SystemString
The full name of the object the search started from.
depth
Type: SystemInt32
The search depth used to find the object, relative to the parent object the search started from: 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