

The user tried to modify an XojoScript that is already executing or tried to modify the context of the script while it is running. Raised when a feature is not supported on a specific platform. Raised in certain cases when an operation cannot be completed due to insufficient memory.
CODE BLOCKS AN EXCEPTION HAS BEEN RAISED CODE
Handle errors in Office Automation code via the OLEException class.Īn attempt was made to read from or write to a value, character, or element outside the bounds of the object or data type. Raised in a web application when a control is created with the WebSDK but is missing its JavaScript namespace.Ī network exception occurred with URLConnection.Īn attempt was made to access an object that does not exist.Īn Objective-C exception around a Declare statement.Īn OLE-related runtime exception occurred. Currently only applies to Cocoa applications. Raised when an error or a change occurs in the data being iterated over.Ī method of the Keychain or KeychainItem classes failed.Īn attempt was made to access a Dictionary item with a key that the dictionary does not contain.Ī MenuItem has been used several times.

You tried to get the parent of a control using the Parent property of the Control class, but its parent is in a different window.Īn error occurred while creating or opening a file.

Raised when an invalid argument is passed to a function. Mutex Enter and Leave calls are in the wrong order. You cast an object to a different class and sent it a message its real class can't accept. There was an error parsing the HTML using HTMLViewer. See EndException for very important information.Ī function declared using the Declare statement's "Soft" keyword could not be loaded. Quit was called causing the application to quit gracefully. There was a problem using a Crypto function. Raised anytime an exception occurs within any ActiveX/COM component that has been added to your project. For example, reading from or writing to an array element that does not exist will generate an OutOfBoundsException. Use runtime exceptions to trap errors so they can be handled. Reporting bugs and making feature requests.
