ActiveReports.PdfExport Request technical support
PdfExportException Constructor(String)
See Also 


message
A message that describes the error.
Initializes a new instance of the PdfExportException class with the specified error message. 

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As PdfExportException(message)
C# 
public PdfExportException( 
   string message
)

Parameters

message
A message that describes the error.

See Also