Header menu logo F# Compiler Guide

SynExprTryWithTrivia Type

Represents additional information for SynExpr.TryWith

Record fields

Record Field Description

TryKeyword

Full Usage: TryKeyword

Field type: range

The syntax range of the `try` keyword.

Field type: range

TryToWithRange

Full Usage: TryToWithRange

Field type: range

The syntax range from the beginning of the `try` keyword till the end of the `with` keyword.

Field type: range

WithKeyword

Full Usage: WithKeyword

Field type: range

The syntax range of the `with` keyword

Field type: range

WithToEndRange

Full Usage: WithToEndRange

Field type: range

The syntax range from the beginning of the `with` keyword till the end of the TryWith expression.

Field type: range

Type something to start searching.