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 式のコレクション。

適用対象