Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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 _
    )
    public ParameterValidationError( 
       Parameter parameter,
       object value,
       string errorMessage
    )

    Parameters

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