Summary
Verifies that the exception is an ArgumentException with the specified parameter name and message.
Syntax
public static void IsArgumentException(Exception exception, string parameterName, string message)
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | The exception to verify. |
| parameterName | string | The expected parameter name. |
| message | string | The expected message. |
Return Value
| Type | Description |
|---|---|
| void |
