C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / ParameterValidationError Class / ParameterValidationError Constructor
The parameter associated with the error.
The erroneous value.
The error message.

In This Topic
ParameterValidationError Constructor
In This Topic
Initializes a new instance of the ParameterValidationError class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parameter As Parameter, _
   ByVal value As Object, _
   ByVal errorMessage As String _
)
 

Parameters

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