ActiveReports3 Request technical support
ReportException Constructor(String)
See Also 


message

The message to display when the exception is thrown.

Initializes a new instance of the ReportException with the specified message.

Syntax

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

Parameters

message

The message to display when the exception is thrown.

See Also