[]
Represents an error which occurred while validating parameters of a C1DocumentSource.
public class ParameterValidationError
Name | Description |
---|---|
ParameterValidationError(Parameter, object, string) | Initializes a new instance of the ParameterValidationError class. |
Name | Description |
---|---|
ErrorMessage | Gets the error message. |
Parameter | Gets the parameter associated with the error. |
Value | Gets the erroneous value. |