-
Notifications
You must be signed in to change notification settings - Fork 6
Measure TryStatement
dscbot edited this page Oct 8, 2024
·
1 revision
Validates the try-statement block braces and new lines around braces.
Measure-TryStatement [-TryStatementAst] <TryStatementAst>
[<CommonParameters>]
Each try-statement should have the opening brace on a separate line. Also, the opening brace should be followed by a new line.
Measure-TryStatement -TryStatementAst $ScriptBlockAst
{{ Fill TryStatementAst Description }}
Type: TryStatementAst
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
- Measure-CatchClause
- Measure-DoUntilStatement
- Measure-DoWhileStatement
- Measure-ForEachStatement
- Measure-ForStatement
- Measure-FunctionBlockBrace
- Measure-Hashtable
- Measure-IfStatement
- Measure-Keyword
- Measure-ParamBlock
- Measure-ParameterBlockMandatoryNamedArgument
- Measure-ParameterBlockParameterAttribute
- Measure-SwitchStatement
- Measure-TryStatement
- Measure-TypeDefinition
- Measure-WhileStatement