Logo fantomas

ParseException Type

Raised when the F# parser produces errors for source code without conditional directives.

Constructors

Constructor Description

ParseException(diagnostics)

Full Usage: ParseException(diagnostics)

Parameters:
Returns: ParseException
diagnostics : FSharpParserDiagnostic list
Returns: ParseException

Instance members

Instance member Description

this.Diagnostics

Full Usage: this.Diagnostics

Returns: FSharpParserDiagnostic list

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.

Returns: FSharpParserDiagnostic list

Type something to start searching.