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 | ||
|
Methods | ||
|
Notes
A good example of this would be attempting to use the KeyChain class on Windows or the RegistryItem class on macOS.