[]
        
(Showing Draft Content)

C1.WPF.Document.ParameterValidationError

ParameterValidationError Class

Represents an error which occurred while validating parameters of a C1DocumentSource.

Inheritance
ParameterValidationError
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class ParameterValidationError

Constructors

Name Description
ParameterValidationError(Parameter, object, string)

Initializes a new instance of the ParameterValidationError class.

Properties

Name Description
ErrorMessage

Gets the error message.

Parameter

Gets the parameter associated with the error.

Value

Gets the erroneous value.