Table of Contents

Class AuthorizationFailedEventArgs

Namespace
Hi.Licenses
Assembly
HiDisp.dll

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 string

The 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; }

Property Value

string