Constructor LicenseError
| Improve this Doc View SourceLicenseError(Assembly, LicenseErrorReason, String, License)
Initializes a new instance of the LicenseError class
Declaration
public LicenseError(Assembly assembly, LicenseErrorReason reason, string message, License license)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | The assembly for the license validation. |
LicenseErrorReason | reason | The reason for the license validation error. |
System.String | message | The message for the license validation error. |
License | license | The License that fails the validation. |