[]
Initializes a new instance of the ParameterValidationError class.
public ParameterValidationError(Parameter parameter, object value, string errorMessage)
| Type | Name | Description |
|---|---|---|
| Parameter | parameter | The parameter associated with the error. |
| object | value | The erroneous value. |
| string | errorMessage | The error message. |