Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / vrQb Class / WrQb Method


In This Topic
    WrQb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function WrQb( _
       ByVal xrQb As System.Exception _
    ) As System.Windows.Forms.DialogResult
    'Usage
     
    
    Dim instance As vrQb
    Dim xrQb As System.Exception
    Dim value As System.Windows.Forms.DialogResult
     
    value = instance.WrQb(xrQb)
    public System.Windows.Forms.DialogResult WrQb( 
       System.Exception xrQb
    )

    Parameters

    xrQb
    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