DefaultCustomAstVisitor.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:
virtual System::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
override this.VisitThrowStatement : System.Management.Automation.Language.ThrowStatementAst -> obj
Public Overridable Function VisitThrowStatement (throwStatementAst As ThrowStatementAst) As Object
Parameters
- throwStatementAst
- ThrowStatementAst