Interface ITryOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ITryOperation : IOperation
Properties
Body
Declaration
IBlockOperation Body { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |
Catches
Declaration
ImmutableArray<ICatchClauseOperation> Catches { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ICatchClauseOperation> |
ExitLabel
Declaration
ILabelSymbol? ExitLabel { get; }
Property Value
| Type | Description |
|---|---|
| ILabelSymbol |
Finally
Declaration
IBlockOperation? Finally { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |