LoginFailedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |