InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / VBAReferenceNotInTrustedLocationException Class
Members


In This Topic
    VBAReferenceNotInTrustedLocationException Class
    In This Topic

    This exception is thrown when adding the file name of a session file that is not in a trusted location to the VBA References settings. (These settings reference session files that contain macros you want to share with the current terminal instance.)

    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class VBAReferenceNotInTrustedLocationException 
       Inherits System.Exception
    [Serializable()]
    public class VBAReferenceNotInTrustedLocationException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Attachmate.Reflection.Framework.VBAReferenceNotInTrustedLocationException

    See Also