ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ReportData Namespace / DataSourceException Class / DataSourceException Constructor / DataSourceException Constructor(Codes)
The code.

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

    Parameters

    code
    The code.
    See Also