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.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)

Syntax

C#
public class PropertyIsNotVirtualException : Exception
Visual Basic
Public Class PropertyIsNotVirtualException _
	Inherits Exception

Inheritance Hierarchy

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

See Also