DefineParseException Type
Raised when one or more conditional compilation define combinations produce invalid syntax trees.
Constructors
| Constructor |
Description
|
Full Usage:
DefineParseException(combinations)
Parameters:
string list
Returns: DefineParseException
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Combinations
Returns: string list
|
The define combinations that failed to parse.
|
fantomas