Catch Fields |
The Catch type exposes the following members.
Name | Description | |
---|---|---|
_annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.) | |
_body |
The body is always a Block, which in turn may contain zero or more other code objects,
and it can also be null in special cases (such as for method signatures with no body,
delegate declarations, or a While with the semi-colon on the same line).
(Inherited from BlockStatement.) | |
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_conditional |
Optional conditional expression (for C# 6.0 Expression Filters).
| |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
_target |
Can be null (catch all), an Expression that evaluates to a TypeRef of type Exception, or
a LocalDecl of type Exception.
| |
ParseToken |
The token used to parse the code object.
| |
ParseTokenWhen |
The token used to prefix the optional conditional expression.
|