| Overload | Description |
|---|---|
| WithInnerException<TException,TInnerException>(Task<ExceptionAssertions<TException>>,String,Object[]) | Asserts that the thrown exception contains an inner exception of type TInnerException. |
| WithInnerException<TException>(Task<ExceptionAssertions<TException>>,Type,String,Object[]) | Asserts that the thrown exception contains an inner exception of type . |