ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.AR.Data Namespace / DataSourceException Class / DataSourceException Constructor / DataSourceException Constructor(String)
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also