InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / VBAReferenceNotInTrustedLocationException Class / VBAReferenceNotInTrustedLocationException Constructor / VBAReferenceNotInTrustedLocationException Constructor(String)
The session file containing macros that had been attempted to add to the current terminal instance.


In This Topic
    VBAReferenceNotInTrustedLocationException Constructor(String)
    In This Topic
    Initializes a new instance of the VBAReferenceNotInTrustedLocationException class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sessionPath As String _
    )
    'Usage
     
    
    Dim sessionPath As String
     
    Dim instance As New VBAReferenceNotInTrustedLocationException(sessionPath)
    public VBAReferenceNotInTrustedLocationException( 
       string sessionPath
    )

    Parameters

    sessionPath
    The session file containing macros that had been attempted to add to the current terminal instance.
    See Also