[]
        
(Showing Draft Content)

C1.WPF.Document.ParameterValidationError.-ctor

ParameterValidationError Constructor

ParameterValidationError(Parameter, object, string)

Initializes a new instance of the ParameterValidationError class.

Declaration
public ParameterValidationError(Parameter parameter, object value, string errorMessage)
Parameters
Type Name Description
Parameter parameter

The parameter associated with the error.

object value

The erroneous value.

string errorMessage

The error message.