Class LicenseError
Identifies the license validation error.
Inheritance
System.Object
LicenseError
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public class LicenseError
Constructors
| Name | Description |
|---|---|
| LicenseError(Assembly, LicenseErrorReason, String, License) | Initializes a new instance of the LicenseError class |
Properties
| Name | Description |
|---|---|
| Assembly | Gets the assembly for the license validation. |
| ExceptionMessage | Gets the message for the license validation exception. |
| License | Gets the License that fails the validation. |
| Message | Gets the message for the license validation error. |
| Reason | Gets the reason for the license validation error. |