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


In This Topic
    RestoreExceptionDispatchInfo Method (NGrammaticalException)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SecuritySafeCriticalAttribute()>
    Friend Sub RestoreExceptionDispatchInfo( _
       ByVal exceptionDispatchInfo As System.Runtime.ExceptionServices.ExceptionDispatchInfo _
    ) 
    'Usage
     
    
    Dim instance As NGrammaticalException
    Dim exceptionDispatchInfo As System.Runtime.ExceptionServices.ExceptionDispatchInfo
     
    instance.RestoreExceptionDispatchInfo(exceptionDispatchInfo)
    [System.Security.SecuritySafeCritical()]
    internal void RestoreExceptionDispatchInfo( 
       System.Runtime.ExceptionServices.ExceptionDispatchInfo exceptionDispatchInfo
    )

    Parameters

    exceptionDispatchInfo
    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