ShellNotAvailableException

From Xojo Documentation

Class (inherits from RuntimeException)

You tried to access a Shell that is not available.

Properties
ErrorNumber Message Reason fa-lock-32.png
Methods
Stack StackFrames

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.

Exception e As ShellNotAvailableException
MsgBox("The shell is not available!")

See Also

Shell class.