ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / VersionNotImplementedException Class / VersionNotImplementedException Constructor / VersionNotImplementedException Constructor(String)
A message that describes the error.

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

    Parameters

    message
    A message that describes the error.
    See Also