TrapStatementAst.TrapType Property
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.
The ast for the type trapped by this trap block, or null if no type was specified.
public:
property System::Management::Automation::Language::TypeConstraintAst ^ TrapType { System::Management::Automation::Language::TypeConstraintAst ^ get(); };
public System.Management.Automation.Language.TypeConstraintAst TrapType { get; }
member this.TrapType : System.Management.Automation.Language.TypeConstraintAst
Public ReadOnly Property TrapType As TypeConstraintAst