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