ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.AR.Data Namespace / DataSourceException Class / DataSourceException Constructor / DataSourceException Constructor(Codes,String)
The code.
The message.

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

    Parameters

    code
    The code.
    message
    The message.
    See Also