Class | Description | |
---|---|---|
APINotInitializedException | This application exception occurrs when the API service object has not been initialized. | |
Application | Application represents an instance of the emulator. | |
ApplicationClosingEventArgs | ApplicationClosing event argument. | |
MyReflection | The MyReflection class is the entry point to the Application Programmer Interface. From this class, create Application objects for new Reflection application instances and use its methods to start and stop those instances. | |
TucNotSupportedException | This exception occurs when given API is called in the context of Terminal User Control (TUC). There are certain API calls that has been restricted when called from TUC context. | |
VBAReferenceException | 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. | |
VBAReferenceIncorrectSessionTypeException | 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.) | |
VBAReferenceNotInTrustedLocationException | 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.) |