Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / NGrammaticalException Class / SetErrorCode Method


In This Topic
    SetErrorCode Method (NGrammaticalException)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.FriendAccessAllowedAttribute()>
    Friend Sub SetErrorCode( _
       ByVal hr As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NGrammaticalException
    Dim hr As System.Integer
     
    instance.SetErrorCode(hr)
    [System.Runtime.CompilerServices.FriendAccessAllowed()]
    internal void SetErrorCode( 
       System.int hr
    )

    Parameters

    hr
    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