TryExpression.Handlers Eigenschap

Definitie

Hiermee haalt u de verzameling CatchBlock expressies op die zijn gekoppeld aan het try-blok.

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)

Waarde van eigenschap

De verzameling CatchBlock expressies die zijn gekoppeld aan het try-blok.

Van toepassing op