FindError Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class represents a Find error information. This class encapsulates all the information regarding a Find object call that caused one of the Find methods to return null or an empty list.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Exceptions.ErrorDataFindError

Namespace:  ArtOfTest.WebAii.Exceptions.ErrorData
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class FindError

The FindError type exposes the following members.

Properties

  NameDescription
Public propertyExpressionUsed
Gets the FindExpression used for the search
Public propertyIsChained
Gets whether this is a chained parameter error or not.
Public propertyParameterUsed
Gets the FindParam used for the search. If IsChained != null, then this will return null.
Public propertyReference
Gets the reference element used for the search.
Public propertySearchLog
Gets the search log returned by the identification routines.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
String representation of a FindError object
(Overrides ObjectToString.)
Top
See Also

Reference