Class AuthorizationFailedEventArgs
Event arguments for authorization failure events.
public class AuthorizationFailedEventArgs : EventArgs
- Inheritance
-
AuthorizationFailedEventArgs
- Inherited Members
- Extension Methods
Constructors
AuthorizationFailedEventArgs()
Initializes a new instance of the AuthorizationFailedEventArgs class.
public AuthorizationFailedEventArgs()
AuthorizationFailedEventArgs(string)
Initializes a new instance of the AuthorizationFailedEventArgs class with a specified error message.
public AuthorizationFailedEventArgs(string msg)
Parameters
msg
stringThe error message associated with the authorization failure.
Properties
Msg
Gets or sets the error message associated with the authorization failure.
public string Msg { get; set; }