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


In This Topic
    GetStackTracesDeepCopy Method (NGrammaticalException)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SecuritySafeCriticalAttribute()>
    Friend Sub GetStackTracesDeepCopy( _
       ByRef currentStackTrace As System.Object, _
       ByRef dynamicMethodArray As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NGrammaticalException
    Dim currentStackTrace As System.Object
    Dim dynamicMethodArray As System.Object
     
    instance.GetStackTracesDeepCopy(currentStackTrace, dynamicMethodArray)
    [System.Security.SecuritySafeCritical()]
    internal void GetStackTracesDeepCopy( 
       out System.object currentStackTrace,
       out System.object dynamicMethodArray
    )

    Parameters

    currentStackTrace
    dynamicMethodArray
    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