DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / PropertyIsNotVirtualException Class / PropertyIsNotVirtualException Constructor
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

In This Topic
    PropertyIsNotVirtualException Constructor
    In This Topic
    Initializes a new instance of the PropertyIsNotVirtualException class with serialized data.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected PropertyIsNotVirtualException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
    context
    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
    See Also