ICustomAstVisitor.VisitThrowStatement(ThrowStatementAst) Method
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.
public:
System::Object ^ VisitThrowStatement(System::Management::Automation::Language::ThrowStatementAst ^ throwStatementAst);
public object VisitThrowStatement (System.Management.Automation.Language.ThrowStatementAst throwStatementAst);
public virtual object VisitThrowStatement (System.Management.Automation.Language.ThrowStatementAst throwStatementAst);
public virtual object? VisitThrowStatement (System.Management.Automation.Language.ThrowStatementAst throwStatementAst);
abstract member VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> obj
abstract member VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> obj
override this.VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> obj
Public Function VisitThrowStatement (throwStatementAst As ThrowStatementAst) As Object
Public Overridable Function VisitThrowStatement (throwStatementAst As ThrowStatementAst) As Object
Parameters
- throwStatementAst
- ThrowStatementAst