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

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

    Parameters

    message
    A message that describes the error.
    innerException
    See Also