ExceptStatement Class

From The Oxygene Language Wiki

Jump to:navigation, search

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

Method
Description
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
constructorInitializes a new exception statement


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox