Skip to content

ActionAssertionsChain<TException> Constructors

Enables access to an exception thrown by an action after a successful throw assertion.

public ActionAssertionsChain(TException exception);

Parameters

Name Type Description
exception TException The exception that was thrown.