# C1.Util.Licensing.LicenseErrorCode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_Licensing_LicenseErrorCode" data-uid="C1.Util.Licensing.LicenseErrorCode" class="text-break">LicenseErrorCode Enum
</h1>
  <div class="markdown level0 summary"><p>Error codes for licensing exceptions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.Licensing.html">C1.Util.Licensing</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Util_Licensing_LicenseErrorCode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LicenseErrorCode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LicenseErrorCode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_EvaluationExpired">EvaluationExpired</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_InvalidCertificate">InvalidCertificate</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_InvalidLicense">InvalidLicense</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_LicenseExpired">LicenseExpired</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_LicenseNotActivated">LicenseNotActivated</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_NoLicenseFound">NoLicenseFound</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_NoProductsSupported">NoProductsSupported</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Util_Licensing_LicenseErrorCode_Unknown">Unknown</td>
        <td></td>
      </tr>
    </tbody>
  </table>
</div>
