Header menu logo F# Compiler Guide

SynExceptionDefn Type

Represents the right hand side of an exception declaration 'exception E = ... ' plus any member definitions for the exception

Union cases

Union case Description

SynExceptionDefn(exnRepr, withKeyword, members, range)

Full Usage: SynExceptionDefn(exnRepr, withKeyword, members, range)

Parameters:
exnRepr : SynExceptionDefnRepr
withKeyword : range option
members : SynMemberDefns
range : range

Instance members

Instance member Description

this.Range

Full Usage: this.Range

Returns: range

Gets the syntax range of this construct

Returns: range

Type something to start searching.