Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovControlHostDesigner Class / SetUnhandledException Method


In This Topic
    SetUnhandledException Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub SetUnhandledException( _
       ByVal owner As System.Windows.Forms.Control, _
       ByVal exception As System.Exception _
    ) 
    'Usage
     
    
    Dim instance As NNovControlHostDesigner
    Dim owner As System.Windows.Forms.Control
    Dim exception As System.Exception
     
    instance.SetUnhandledException(owner, exception)
    internal void SetUnhandledException( 
       System.Windows.Forms.Control owner,
       System.Exception exception
    )

    Parameters

    owner
    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