ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / InvalidLengthException Class / InvalidLengthException Constructor / InvalidLengthException Constructor(String)
A message that describes the error.

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

    Parameters

    message
    A message that describes the error.
    See Also