AstVisitor.VisitThrowStatement(ThrowStatementAst) Method

Definition

public:
 virtual System::Management::Automation::Language::AstVisitAction VisitThrowStatement(System::Management::Automation::Language::ThrowStatementAst ^ throwStatementAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitThrowStatement (System.Management.Automation.Language.ThrowStatementAst throwStatementAst);
abstract member VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitThrowStatement (throwStatementAst As ThrowStatementAst) As AstVisitAction

Parameters

throwStatementAst
ThrowStatementAst

Returns

Applies to