LicenseLostEventArgs

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

Provides data for the LicenseLost event.

public class LicenseLostEventArgs

Inheritance

objectLicenseLostEventArgs

Inherited Members

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

Constructors

LicenseLostEventArgs(Exception)

Initializes a new instance of the Babel.Licensing.LicenseLostEventArgs class.

public LicenseLostEventArgs(Exception error)

Parameters

NameDescription

The error.

Properties

Error

Gets the error that caused the license to be lost.

public Exception Error { get; }

Property Value

Exception

Last updated