Skip to main content

ConnectionErrorEventArgs.Exception Property

Gets an exception that caused the ConnectionError event.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that caused the ConnectionError event.

See Also