ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / PropertyIsNotVirtualException Class / Message Property

In This Topic
    Message Property (PropertyIsNotVirtualException)
    In This Topic
    Gets a message that describes the current exception.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Message As System.String
    public override System.string Message {get;}

    Property Value

    The error message that explains the reason for the exception.
    See Also