ParseException Type
Raised when the F# parser produces errors for source code without conditional directives.
Constructors
| Constructor |
Description
|
Full Usage:
ParseException(diagnostics)
Parameters:
FSharpParserDiagnostic list
Returns: ParseException
|
|
Instance members
| Instance member |
Description
|
|
Every diagnostic the parser produced, warnings included. A warning is often what explains the error, and which of them are worth showing is the reporter's decision rather than this type's.
|
fantomas