Skip to main content
A newer version of this page is available. .

LogonFailedEventArgs(Object, Exception) Constructor

Initializes a new instance of the LogonFailedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public LogonFailedEventArgs(
    object logonParameters,
    Exception exception
)

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