ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / InvalidThemeContentException Class / InvalidThemeContentException Constructor
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also