[]
Represents an exception that indicates that a property used in a result selector of a live view is not virtual.
public class PropertyIsNotVirtualException : Exception, ISerializable, _Exception
Name | Description |
---|---|
PropertyIsNotVirtualException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyIsNotVirtualException class with serialized data. |
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. |