LicenseActivationErrorEventArgs

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides data for the LicenseActivationError event.

public class LicenseActivationErrorEventArgs : EventArgs

Inheritance

objectEventArgsLicenseActivationErrorEventArgs

Inherited Members

EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LicenseActivationErrorEventArgs(string, Exception)

Initializes a new instance of the class with the specified user key and error.

public LicenseActivationErrorEventArgs(string userKey, Exception error)

Parameters

NameDescription

userKey string

The user key associated with the license activation error.

error Exception

The exception that occurred during license activation.

Properties

Error

Gets the exception that occurred during license activation.

public Exception Error { get; }

Property Value

Exception

UserKey

Gets the user key associated with the license activation error.

public string UserKey { get; }

Property Value

string

Last updated