Skip to main content
All docs
V25.1
  • EFDataSource.ConnectionError Event

    Namespace: DevExpress.DataAccess.EntityFramework

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public event ConnectionErrorEventHandler ConnectionError

    Event Data

    The ConnectionError event's data class is ConnectionErrorEventArgs. The following properties provide information specific to this event:

    Property Description
    Cancel Gets or sets whether the operation performed on the processed event should be canceled.
    ConnectionName Gets the name of the connection for which the event has been raised. Inherited from ConfigureDataConnectionEventArgs.
    ConnectionParameters Gets or sets parameters used to establish a connection to data. Inherited from ConfigureDataConnectionEventArgs.
    Exception Gets an exception that caused the ConnectionError event.
    Handled Gets or sets whether default actions are required to connect to a data store.
    See Also