ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section Namespace / PdfSigningException Class / PdfSigningException Constructor / PdfSigningException Constructor(String)

The message to display when the exception is thrown.


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

    Parameters

    message

    The message to display when the exception is thrown.

    See Also