# C1.C1Preview.Warning

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Warning" data-uid="C1.C1Preview.Warning" class="text-break">Warning Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about a potentially erroneous or conflicting situation
that occurred during generation of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</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"><span class="xref">Warning</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Warning_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Warning</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Warning</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="C1_C1Preview_Warning__ctor_C1_C1Preview_GenerateErrorEnum_System_String_System_Object_" data-uid="C1.C1Preview.Warning.#ctor(C1.C1Preview.GenerateErrorEnum,System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.Warning.-ctor.html#C1_C1Preview_Warning__ctor_C1_C1Preview_GenerateErrorEnum_System_String_System_Object_">Warning(GenerateErrorEnum, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.Warning.html">Warning</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_Warning_Code" data-uid="C1.C1Preview.Warning.Code">
          <a class="xref" href="C1.C1Preview.Warning.Code.html#C1_C1Preview_Warning_Code">Code</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the code identifying the problem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Warning_Description" data-uid="C1.C1Preview.Warning.Description">
          <a class="xref" href="C1.C1Preview.Warning.Description.html#C1_C1Preview_Warning_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the detailed description of the problem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Warning_Source" data-uid="C1.C1Preview.Warning.Source">
          <a class="xref" href="C1.C1Preview.Warning.Source.html#C1_C1Preview_Warning_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object which triggered the error.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
