IgnoreException() Method

Definition

Assembly HeadlessTestingFramework.dll

Adds an exception type to ignore during polling.

public WaitBuilder IgnoreException<T>()
    where T : Exception

Type parameters

T
The exception type.

Returns

WaitBuilder
This builder.