ConnectionErrorEventArgs.Exception Property
In This Article
Gets an exception that caused the ConnectionError event.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Exception | A Exception object representing the exception that caused the Connection |
See Also