ParameterValidationError Constructor
Initializes a new instance of the ParameterValidationError class.
public ParameterValidationError(
Parameter ,
object ,
string
)
'Declaration
Public Function New( _
ByVal As Parameter, _
ByVal As Object, _
ByVal As String _
)
Parameters
- parameter
- The parameter associated with the error.
- value
- The erroneous value.
- errorMessage
- The error message.