Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LogonFailedEventArgs.Exception Property

Returns the exception that was raised when logging on.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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