ExceptionDefnNode Type
Example: `exception MyError of string` — an exception type definition with an optional member block.
Constructors
| Constructor |
Description
|
Full Usage:
ExceptionDefnNode(xmlDoc, attributes, accessibility, unionCase, withKeyword, ms, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
accessibility : SingleTextNode option
unionCase : UnionCaseNode
withKeyword : SingleTextNode option
ms : MemberDefn list
range : range
Returns: ExceptionDefnNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
fantomas