ComponentOne FlexReport for WinForms
ParameterValidationError Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > ParameterValidationError Class : ParameterValidationError Constructor
The parameter associated with the error.
The erroneous value.
The error message.
Initializes a new instance of the ParameterValidationError class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parameter As Parameter, _
   ByVal value As System.Object, _
   ByVal errorMessage As System.String _
)
public ParameterValidationError( 
   Parameter parameter,
   System.object value,
   System.string errorMessage
)

Parameters

parameter
The parameter associated with the error.
value
The erroneous value.
errorMessage
The error message.
See Also

Reference

ParameterValidationError Class
ParameterValidationError Members