TryStatementAst.CatchClauses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of catch clauses, which is empty if there are no catches.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::CatchClauseAst ^> ^ CatchClauses { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::CatchClauseAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.CatchClauseAst> CatchClauses { get; }
member this.CatchClauses : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.CatchClauseAst>
Public ReadOnly Property CatchClauses As ReadOnlyCollection(Of CatchClauseAst)