LicenseValidationResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Encapsulates the result of a license validation.
Inheritance
object ← LicenseValidationResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseValidationResult(string, Exception)
Initializes a new instance of the class with a specified license ID.
Parameters
Name
Description
The license identifier.
The license validation exception.
Exceptions
Name
Description
Thrown when one or more required arguments are null.
Properties
Exception
Gets or sets the license validation exception.
Property Value
LicenseId
Gets or sets the identifier of the license.
Property Value
Restriction
Gets or sets the name of the restriction that generates this validation result.
Property Value
Last updated