# CSJ2K.Icc.ICCProfileException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_ICCProfileException" data-uid="CSJ2K.Icc.ICCProfileException" class="text-break">ICCProfileException Class
</h1>
  <div class="markdown level0 summary"><p>This exception is thrown when the content of a profile
is incorrect.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
    <div class="level2"><span class="xref">ICCProfileException</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.ICCProfileInvalidException.html">ICCProfileInvalidException</a></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.ICCProfileNotFoundException.html">ICCProfileNotFoundException</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception">_Exception</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.Icc.html">CSJ2K.Icc</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_Icc_ICCProfileException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ICCProfileException : Exception, ISerializable, _Exception</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ICCProfileException
    Inherits Exception
    Implements ISerializable, _Exception</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_Icc_ICCProfileException__ctor" data-uid="CSJ2K.Icc.ICCProfileException.#ctor">
          <a class="xref" href="CSJ2K.Icc.ICCProfileException.-ctor.html#CSJ2K_Icc_ICCProfileException__ctor">ICCProfileException()</a>
        </td>
        <td class="markdown level1 summary"><p>Empty constructor</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_ICCProfileException__ctor_System_String_" data-uid="CSJ2K.Icc.ICCProfileException.#ctor(System.String)">
          <a class="xref" href="CSJ2K.Icc.ICCProfileException.-ctor.html#CSJ2K_Icc_ICCProfileException__ctor_System_String_">ICCProfileException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Contruct with message</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
