ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ValidationException Class / ValidationException Constructor
The message that describes the error.

In This Topic
    ValidationException Constructor
    In This Topic
    Initializes a new instance of the ValidationException class with a specified error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public ValidationException( 
       string message
    )

    Parameters

    message
    The message that describes the error.
    See Also