LogonFailedEventArgs(Object, Exception) Constructor
Initializes a new instance of the LogonFailedEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
logonParameters | Object | An object that represent the current logon parameters. |
exception | Exception | An Exception object that represents the exception that was raised when logging on. |
Remarks
Since instances of the LogonFailedEventArgs class are automatically created and passed to handlers of the XafApplication.LogonFailed event, you do not need to call this constructor from your applications.
See Also