Property : Throw
Page Status: Beta
Contents |
[edit] Description
Use the Throw property to return an error value from a function (through the Call Function () statement.)
Selected An error value is returned from the function. Cleared No error value is returned from the function.
To catch an error returned from a function, use the Call Function () statement with the Handle on Error property selected.
NOTE: Error values are stored and manipulated using a system-defined data structured (class) named Error.
[edit] Property Editor Location
Appears when you select a Return statement in the Design Editor
[edit] Data Type
[edit] Default Value
Cleared



