LicenseValidationErrorEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event.
Inheritance
object ← EventArgs ← LicenseValidationErrorEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseValidationErrorEventArgs(string, Exception)
Initializes a new instance of the class with the specified user key and error.
Parameters
Name
Description
The user key associated with the license activation error.
The exception that occurred during license activation.
Properties
Error
Gets the exception that occurred during license activation.
Property Value
UserKey
Gets the user key associated with the license activation error.
Property Value
Last updated