ActiveReports3 Request technical support
ReportDataException Constructor(String)
See Also 


message

The message to display when the exception is thrown.

Initializes a new instance of the ReportDataException 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 ReportDataException(message)
C# 
public ReportDataException( 
   string message
)

Parameters

message

The message to display when the exception is thrown.

See Also