Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NExpression Class / LastError Property


In This Topic
    LastError Property
    In This Topic
    Gets the last error, which was encounter when the expression was parsed, evaluated or unparsed. The error is automatically cleared if one of the specified operations succeeded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastError As System.String
    'Usage
     
    
    Dim instance As NExpression
    Dim value As System.String
     
    value = instance.LastError
    public System.string LastError {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also