UnsupportedOperationException
From Xojo Documentation
Class (inherits from RuntimeException)
Raised when performing an unsupported operation.
Properties | |||
|
Notes
An UnsupportedOperationException is raised when you try to do an operation that is not supported.
See Also
RuntimeException, UnsupportedFormatException classes; Exception, Try statements;.