TryExpression.Handlers 屬性

定義

取得與 try 區塊相關聯的 CatchBlock 運算式集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::CatchBlock ^> ^ Handlers { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::CatchBlock ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.CatchBlock> Handlers { get; }
member this.Handlers : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.CatchBlock>
Public ReadOnly Property Handlers As ReadOnlyCollection(Of CatchBlock)

屬性值

與 try 區塊相關聯的 CatchBlock 運算式集合。

適用於