# C1.Win.FlexViewer.FlexViewerErrorOperation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexViewer_FlexViewerErrorOperation" data-uid="C1.Win.FlexViewer.FlexViewerErrorOperation" class="text-break">FlexViewerErrorOperation Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the operation being executed when the error occurred.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_FlexViewerErrorOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerErrorOperation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerErrorOperation</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_Win_FlexViewer_FlexViewerErrorOperation_CustomAction">CustomAction</td>
        <td><p>An exception occurred during the custom action execution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerErrorOperation_Export">Export</td>
        <td><p>An exception occurred during the Export operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerErrorOperation_FindAction">FindAction</td>
        <td><p>An exception occurred during the find action execution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerErrorOperation_Generate">Generate</td>
        <td><p>An exception occurred during the Generate operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerErrorOperation_Print">Print</td>
        <td><p>An exception occurred during the Print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerErrorOperation_Unexpected">Unexpected</td>
        <td><p>An exception occurred at an unexpected moment.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
