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


In This Topic
    VBAReferenceIncorrectSessionTypeException Class
    In This Topic

    This exception is thrown when you add a session file that is not the same session type as the current current terminal instance 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 VBAReferenceIncorrectSessionTypeException 
       Inherits System.Exception
    [Serializable()]
    public class VBAReferenceIncorrectSessionTypeException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Attachmate.Reflection.Framework.VBAReferenceIncorrectSessionTypeException

    See Also