TryExpression.Handlers Propriedade
Definição
Obtém a coleção de expressões CatchBlock associadas ao bloco try.Gets the collection of CatchBlock expressions associated with the try block.
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)
Valor da propriedade
A coleção de CatchBlock expressões associadas ao bloco try.The collection of CatchBlock expressions associated with the try block.