| Name | Description | |
|---|---|---|
![]() ![]() | Where<TException> | Asserts that the exception matches a particular condition. |
![]() ![]() | WithInnerException | Overloaded. Asserts that the thrown exception contains an inner exception of type TInnerException. |
![]() ![]() | WithInnerExceptionExactly | Overloaded. Asserts that the thrown exception contains an inner exception of the exact type TInnerException (and not a derived exception type). |
![]() ![]() | WithMessage<TException> | Asserts that the thrown exception has a message that matches expectedWildcardPattern. |
![]() ![]() | WithoutMessage<TException> | Asserts that the thrown exception does NOT have a message that matches wildcardPattern. |
![]() ![]() | WithParameterName | Overloaded. Asserts that the thrown exception has a parameter which name matches paramName. |


