Edit

Share via


LoginFailedEventArgs Class

Definition

EventArgs for LoginFailed event.

public class LoginFailedEventArgs : EventArgs
type LoginFailedEventArgs = class
    inherit EventArgs
Public Class LoginFailedEventArgs
Inherits EventArgs
Inheritance
LoginFailedEventArgs

Constructors

LoginFailedEventArgs(Exception)

Initializes a new instance of the LoginFailedEventArgs class.

Properties

Exception

Gets the exception which occured during login.

InnerException

Gets the inner exception which occured during login.

Message

Gets the error message of the inner error or error.

Applies to