Class WaitForFailedException
- Namespace
- Bunit.Extensions.WaitForHelpers
- Assembly
- Bunit.Core.dll
Represents an exception thrown when the WaitForHelper<T> does not complete successfully.
public sealed class WaitForFailedException : Exception, ISerializable
- Inheritance
-
WaitForFailedException
- Implements
- Inherited Members
- Extension Methods
Constructors
WaitForFailedException(string?, Exception?)
Initializes a new instance of the WaitForFailedException class.
public WaitForFailedException(string? errorMessage, Exception? innerException = null)