RaiseStatement Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] RaiseStatement = public class(Statement)
Raise statements are used to trigger a runtime exception. Raise supports both raising a value, or re-raising an exception when no value is passed (only works from within an Except handler block).
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(aValue: Value) | Raise an exception |
| constructor | Re-raise an exception (only works within the except of a try) |
Properties
| | |
|---|---|
| RaiseValue: Value | Value to raise; or nil if it's a re-raise |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Statement Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To