Represents an exception that indicates that a property used in a result selector of a live view is not virtual.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
[SerializableAttribute]
public class PropertyIsNotVirtualException : Exception
Visual Basic
<SerializableAttribute> _
Public Class PropertyIsNotVirtualException _
	Inherits Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    C1.LiveLinq.LiveViews..::..PropertyIsNotVirtualException

See Also