ExprTryWithNode Type
Example: `try riskyOp() with | :? IOException -> "IO" | ex -> sprintf "other: %O" ex` — a try/with with multiple match clauses.
Constructors
| Constructor |
Description
|
Full Usage:
ExprTryWithNode(tryNode, tryExpr, withNode, clauses, range)
Parameters:
SingleTextNode
tryExpr : Expr
withNode : SingleTextNode
clauses : MatchClauseNode list
range : range
Returns: ExprTryWithNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
fantomas