SnapDocument.ConnectionError Event
In This Article
Fires after an attempt to establish a data connection has failed.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
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. |
Connection |
Gets the name of the connection for which the event has been raised.
Inherited from Configure |
Connection |
Gets or sets parameters used to establish a connection to data.
Inherited from Configure |
Exception |
Gets an exception that caused the Connection |
Handled | Gets or sets whether default actions are required to connect to a data store. |
See Also