TryExpression.Handlers Eigenschaft

Definition

Ruft die Auflistung der CatchBlock-Ausdrücke ab, die dem try-Block zugeordnet sind.

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)

Eigenschaftswert

Die Auflistung der CatchBlock-Ausdrücke, die dem try-Block zugeordnet sind.

Gilt für: