Represents an exception that indicates that a property used in a result selector of a live view is not virtual.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public class PropertyIsNotVirtualException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PropertyIsNotVirtualException _ Inherits Exception |