ITryOperation.Catches Property

Definition

Catch clauses of the try.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::ICatchClauseOperation ^> Catches { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::ICatchClauseOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.ICatchClauseOperation> Catches { get; }
member this.Catches : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.ICatchClauseOperation>
Public ReadOnly Property Catches As ImmutableArray(Of ICatchClauseOperation)

Property Value

Applies to