ExceptStatement Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] ExceptStatement = public class(List<ExceptStatementItem>)
This class represents an except block inside a try statement. To create a try/except with no "on" statement in it, pass no name (nil) and set the type to System.Object, this will catch any exception.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(params aItems: array of ExceptStatementItem) | Initializes a new exception statement |
| constructor(aBody: Statement; aName: String; aType: IType) | Initializes a new exception statement and adds a single item |
| constructor | Initializes a new exception statement |
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