# C1.Win.FlexViewer.OperationErrorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexViewer_OperationErrorEventArgs" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs" class="text-break">OperationErrorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OperationError.html">OperationError</a> event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">OperationErrorEventArgs</span></div>
  </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_OperationErrorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OperationErrorEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OperationErrorEventArgs
    Inherits EventArgs</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_Win_FlexViewer_OperationErrorEventArgs__ctor_C1_Win_FlexViewer_C1FlexViewerPane_System_Exception_C1_Win_FlexViewer_FlexViewerErrorOperation_" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.#ctor(C1.Win.FlexViewer.C1FlexViewerPane,System.Exception,C1.Win.FlexViewer.FlexViewerErrorOperation)">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.-ctor.html#C1_Win_FlexViewer_OperationErrorEventArgs__ctor_C1_Win_FlexViewer_C1FlexViewerPane_System_Exception_C1_Win_FlexViewer_FlexViewerErrorOperation_">OperationErrorEventArgs(C1FlexViewerPane, Exception, FlexViewerErrorOperation)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.html">OperationErrorEventArgs</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_Win_FlexViewer_OperationErrorEventArgs_Exception" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.Exception">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.Exception.html#C1_Win_FlexViewer_OperationErrorEventArgs_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exception that represents the error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_OperationErrorEventArgs_Handled" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.Handled">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.Handled.html#C1_Win_FlexViewer_OperationErrorEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if no additional actions are required.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_OperationErrorEventArgs_Operation" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.Operation">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.Operation.html#C1_Win_FlexViewer_OperationErrorEventArgs_Operation">Operation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the operation being executed when the error occurred.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_OperationErrorEventArgs_StatusText" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.StatusText">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.StatusText.html#C1_Win_FlexViewer_OperationErrorEventArgs_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string displayed as StatusText.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_OperationErrorEventArgs_ThrowException" data-uid="C1.Win.FlexViewer.OperationErrorEventArgs.ThrowException">
          <a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.ThrowException.html#C1_Win_FlexViewer_OperationErrorEventArgs_ThrowException">ThrowException</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to throw the exception.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
