Nevron Open Vision Documentation
Nevron.Nov Namespace / NTransactionResult Class / LogError Method / LogError(Exception) Method


In This Topic
    LogError(Exception) Method
    In This Topic
    Logs an error, which occured when performing an action on a single node in the batch
    Syntax
    'Declaration
     
    
    Public Overloads Sub LogError( _
       ByVal exception As System.Exception _
    ) 
    'Usage
     
    
    Dim instance As NTransactionResult
    Dim exception As System.Exception
     
    instance.LogError(exception)
    public void LogError( 
       System.Exception exception
    )

    Parameters

    exception
    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