Skip to main content

ServerModeExceptionThrownEventArgs.Exception Property

Gets the exception that caused the event.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that caused the event.

See Also