Skip to main content
All docs
V25.1
  • DataSourceFillErrorEventArgs(String, Exception) Constructor

    Creates a new instance of the DataSourceFillErrorEventArgs class with specified settings.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public DataSourceFillErrorEventArgs(
        string connectionName,
        Exception exception
    )

    Parameters

    Name Type Description
    connectionName String

    The connection name.

    exception Exception

    The exception that occurred.

    See Also