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


In This Topic
    AddExceptionDataForRestrictedErrorInfo Method (NGrammaticalException)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.FriendAccessAllowedAttribute()>
    Friend Sub AddExceptionDataForRestrictedErrorInfo( _
       ByVal restrictedError As System.String, _
       ByVal restrictedErrorReference As System.String, _
       ByVal restrictedCapabilitySid As System.String, _
       ByVal restrictedErrorObject As System.Object, _
       Optional ByVal hasrestrictedLanguageErrorObject As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGrammaticalException
    Dim restrictedError As System.String
    Dim restrictedErrorReference As System.String
    Dim restrictedCapabilitySid As System.String
    Dim restrictedErrorObject As System.Object
    Dim hasrestrictedLanguageErrorObject As System.Boolean
     
    instance.AddExceptionDataForRestrictedErrorInfo(restrictedError, restrictedErrorReference, restrictedCapabilitySid, restrictedErrorObject, hasrestrictedLanguageErrorObject)
    [System.Runtime.CompilerServices.FriendAccessAllowed()]
    internal void AddExceptionDataForRestrictedErrorInfo( 
       System.string restrictedError,
       System.string restrictedErrorReference,
       System.string restrictedCapabilitySid,
       System.object restrictedErrorObject,
       System.bool hasrestrictedLanguageErrorObject
    )

    Parameters

    restrictedError
    restrictedErrorReference
    restrictedCapabilitySid
    restrictedErrorObject
    hasrestrictedLanguageErrorObject
    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