Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / NLexicalException Class
Members


In This Topic
    NLexicalException Class
    In This Topic
    The NLexicalException exception is thrown when an expression is broken into tokens. It indicates a lexical (spelling) error.
    Object Model
    NLexicalException Class
    Syntax
    'Declaration
     
    
    Public Class NLexicalException 
       Inherits System.Exception
    'Usage
     
    
    Dim instance As NLexicalException
    public class NLexicalException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Nevron.Nov.Formulas.NLexicalException

    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