PlatformNotSupportedException

From Xojo Documentation

Class (inherits from RuntimeException)


New in 2010r5

Raised when a method is called on a platform that does not support it.

Properties
ErrorNumber Message
Methods
Stack StackFrames

Notes

A good example of this would be attempting to use the KeyChain class on Windows or the RegistryItem class on macOS.

See Also

RuntimeException.