UnsupportedOperationException
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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;.