# C1.C1PreviewClient.Serialization.SerializeExceptionBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1PreviewClient_Serialization_SerializeExceptionBase" data-uid="C1.C1PreviewClient.Serialization.SerializeExceptionBase" class="text-break">SerializeExceptionBase Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for <a class="xref" href="C1.C1PreviewClient.Serialization.SerializeException.html">SerializeException</a> and <a class="xref" href="C1.C1PreviewClient.Serialization.DeserializeException.html">DeserializeException</a>
classes.</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">SerializeExceptionBase</span></div>
      <div class="level3"><a class="xref" href="C1.C1PreviewClient.Serialization.DeserializeException.html">DeserializeException</a></div>
      <div class="level3"><a class="xref" href="C1.C1PreviewClient.Serialization.SerializeException.html">SerializeException</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="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_SerializeExceptionBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SerializeExceptionBase : Exception, ISerializable, _Exception</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SerializeExceptionBase
    Inherits Exception
    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_SerializeExceptionBase_Log" data-uid="C1.C1PreviewClient.Serialization.SerializeExceptionBase.Log">
          <a class="xref" href="C1.C1PreviewClient.Serialization.SerializeExceptionBase.Log.html#C1_C1PreviewClient_Serialization_SerializeExceptionBase_Log">Log</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of strings describing the actions that lead to the exception that occurred
during serialization or deserialization.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
