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