DefaultCustomAstVisitor.VisitTryStatement(TryStatementAst) 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 ^ VisitTryStatement(System::Management::Automation::Language::TryStatementAst ^ tryStatementAst);
public virtual object VisitTryStatement (System.Management.Automation.Language.TryStatementAst tryStatementAst);
abstract member VisitTryStatement : System.Management.Automation.Language.TryStatementAst -> obj
override this.VisitTryStatement : System.Management.Automation.Language.TryStatementAst -> obj
Public Overridable Function VisitTryStatement (tryStatementAst As TryStatementAst) As Object
Parameters
- tryStatementAst
- TryStatementAst