Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / VBAReferenceNotInTrustedLocationException Class
Members


VBAReferenceNotInTrustedLocationException Class

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
 
Inheritance Hierarchy

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

See Also