[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.PropertyIsNotVirtualException

PropertyIsNotVirtualException Class

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

Inheritance
PropertyIsNotVirtualException
Namespace: C1.LiveLinq.LiveViews
Assembly: C1.LiveLinq.4.8.dll
Syntax
public class PropertyIsNotVirtualException : Exception, ISerializable, _Exception

Constructors

Name Description
PropertyIsNotVirtualException(SerializationInfo, StreamingContext)

Initializes a new instance of the PropertyIsNotVirtualException class with serialized data.

Properties

Name Description
Context

Lambda expression where a type with the non-virtual property is used.

Message

Gets a message that describes the current exception.

Property

The non-virtual property.

ResultType

The result type of the lambda expression.

Extension Methods