'Declaration
<SerializableAttribute()> Public Class VBAReferenceException Inherits System.Exception
'Usage
Dim instance As VBAReferenceException
[Serializable()] public class VBAReferenceException : System.Exception
This exception is thrown when adding the file name of an invalid session file to the VBA References settings. (These settings reference session files that contain macros you want to share with the current terminal instance.) The session file is invalid if has an invalid file name, does not exist, is not a valid file, or contains VBA projects that conflict with existing VBA projects.
It is also thrown when security settings prevent adding or removing VBA references.
'Declaration
<SerializableAttribute()> Public Class VBAReferenceException Inherits System.Exception
'Usage
Dim instance As VBAReferenceException
[Serializable()] public class VBAReferenceException : System.Exception
System.Object
System.Exception
Attachmate.Reflection.Framework.VBAReferenceException