# C1.LiveLinq.LiveViews.PropertyIsNotVirtualException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_LiveLinq_LiveViews_PropertyIsNotVirtualException" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException" class="text-break">PropertyIsNotVirtualException Class
</h1>
  <div class="markdown level0 summary"><p>Represents an exception that indicates that a property used in a result selector of a live view is not virtual.</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">PropertyIsNotVirtualException</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.LiveLinq.LiveViews.html">C1.LiveLinq.LiveViews</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyIsNotVirtualException : Exception, ISerializable, _Exception</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyIsNotVirtualException
    Inherits Exception
    Implements ISerializable, _Exception</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_LiveLinq_LiveViews_PropertyIsNotVirtualException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.-ctor.html#C1_LiveLinq_LiveViews_PropertyIsNotVirtualException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">PropertyIsNotVirtualException(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.html">PropertyIsNotVirtualException</a> class with serialized data.</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_LiveLinq_LiveViews_PropertyIsNotVirtualException_Context" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Context">
          <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Context.html#C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_Context">Context</a>
        </td>
        <td class="markdown level1 summary"><p>Lambda expression where a type with the non-virtual property is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_Message" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Message">
          <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Message.html#C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a message that describes the current exception.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_Property" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Property">
          <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.Property.html#C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_Property">Property</a>
        </td>
        <td class="markdown level1 summary"><p>The non-virtual property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_ResultType" data-uid="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.ResultType">
          <a class="xref" href="C1.LiveLinq.LiveViews.PropertyIsNotVirtualException.ResultType.html#C1_LiveLinq_LiveViews_PropertyIsNotVirtualException_ResultType">ResultType</a>
        </td>
        <td class="markdown level1 summary"><p>The result type of the lambda expression.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;T&gt;(T)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;T&gt;(T, IndexingHintAction)</a>
  </div>

</div>
