ShellNotAvailableException
From Xojo Documentation
Class (inherits from RuntimeException)
You tried to access a Shell that is not available.
Properties | |||
|
Methods | ||
|
Notes
The ShellNotAvailableException error will occur if you try to pass a string for the Shell to execute but it is not available.
Sample Code
This example adds an Exception block that traps for ShellNotAvailableException errors.
See Also
Shell class.