Show / Hide Table of Contents

Constructor LicenseError

| Improve this Doc View Source

LicenseError(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest