InnerExceptionAssertionsChain<TException> Constructors
Enables further assertions on an inner exception after a successful inner exception assertion.
public InnerExceptionAssertionsChain(TException exception);
Parameters
| Name | Type | Description |
|---|---|---|
exception |
TException |
The inner exception. |