| Overload | Description |
|---|---|
| WithParameterName<TException>(ExceptionAssertions<TException>,String,String,Object[]) | Asserts that the thrown exception has a parameter which name matches paramName. |
| WithParameterName<TException>(Task<ExceptionAssertions<TException>>,String,String,Object[]) | Asserts that the thrown exception has a parameter which name matches paramName. |