Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / ENCompilerDiagnosticSeverity Enumeration


In This Topic
    ENCompilerDiagnosticSeverity Enumeration
    In This Topic
    Represents the type of the diagnostic
    Syntax
    'Declaration
     
    
    Public Enum ENCompilerDiagnosticSeverity 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCompilerDiagnosticSeverity
    public enum ENCompilerDiagnosticSeverity : System.Enum 
    Members
    MemberDescription
    ErrorSomething not allowed by the rules of the language or other authority.
    HiddenSomething that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues.
    InfoInformation that does not indicate a problem (i.e. not prescriptive).
    WarningSomething suspicious but allowed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Compiler.ENCompilerDiagnosticSeverity

    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