Skip to main content
A newer version of this page is available. .

ConnectionErrorEventArgs.Exception Property

Gets an exception that caused the ConnectionError event.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

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

See Also