Skip to main content

ExtractConnectionErrorEventArgs.Exception Property

Gets the exception that caused the event.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that caused the event.

See Also