# C1.C1PreviewClient.Serialization.DeserializeException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1PreviewClient_Serialization_DeserializeException" data-uid="C1.C1PreviewClient.Serialization.DeserializeException" class="text-break">DeserializeException Class
</h1>
  <div class="markdown level0 summary"><p>Represents an exception that occurred during deserialization.</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"><a class="xref" href="C1.C1PreviewClient.Serialization.SerializeExceptionBase.html">SerializeExceptionBase</a></div>
    <div class="level3"><span class="xref">DeserializeException</span></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="C1.C1PreviewClient.Serialization.html">C1.C1PreviewClient.Serialization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_C1PreviewClient_Serialization_DeserializeException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DeserializeException : SerializeExceptionBase, ISerializable, _Exception</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DeserializeException
    Inherits SerializeExceptionBase
    Implements ISerializable, _Exception</code></pre>
  </div>
  <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_C1PreviewClient_Serialization_DeserializeException_LineNumber" data-uid="C1.C1PreviewClient.Serialization.DeserializeException.LineNumber">
          <a class="xref" href="C1.C1PreviewClient.Serialization.DeserializeException.LineNumber.html#C1_C1PreviewClient_Serialization_DeserializeException_LineNumber">LineNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the line number associated with the exception.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1PreviewClient_Serialization_DeserializeException_LinePosition" data-uid="C1.C1PreviewClient.Serialization.DeserializeException.LinePosition">
          <a class="xref" href="C1.C1PreviewClient.Serialization.DeserializeException.LinePosition.html#C1_C1PreviewClient_Serialization_DeserializeException_LinePosition">LinePosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position in line associated with the exception.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
