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