Header menu logo F# Compiler Guide

SynExceptionDefnRepr Type

Represents the right hand side of an exception declaration 'exception E = ... '

Union cases

Union case Description

SynExceptionDefnRepr(attributes, caseName, longId, xmlDoc, accessibility, range)

Full Usage: SynExceptionDefnRepr(attributes, caseName, longId, xmlDoc, accessibility, range)

Parameters:
attributes : SynAttributes
caseName : SynUnionCase
longId : LongIdent option
xmlDoc : PreXmlDoc
accessibility : SynAccess option
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.