Skip to main content
.NET 6.0+

LogonFailedEventArgs.Exception Property

Returns the exception that was raised when logging on.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that represents the exception that was raised when logging on.

See Also