New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class WaitResult

Inheritance: objectWaitResult

Constructors

C#
public WaitResult()
C#
public WaitResult(WaitResultType resultType, string error)
Parameters:resultTypeWaitResultTypeerrorstring

Properties

C#
public string Error { get; }
C#
public WaitResultType ResultType { get; }

Methods

C#
public void ThrowExceptionIfInError()
C#
public override string ToString()
Returns:

string

Overrides: object.ToString()