PhasedDiagnostic Type
Record fields
Record Field |
Description
|
Full Usage:
Exception
Field type: exn
|
|
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.DebugDisplay
Returns: string
|
|
Full Usage:
this.IsPhaseInCompile
Returns: bool
|
Return true if this phase is one that's known to be part of the 'compile'. This is the initial phase of the entire compilation that the language service knows about.
|
Full Usage:
this.Subcategory
Returns: string
|
This is the textual subcategory to display in error and warning messages (shows only under --vserrors): file1.fs(72): subcategory warning FS0072: This is a warning message
|
Static members
Static member |
Description
|
Full Usage:
PhasedDiagnostic.Create(exn, phase)
Parameters:
exn
phase : BuildPhase
Returns: PhasedDiagnostic
|
|
Full Usage:
PhasedDiagnostic.IsSubcategoryOfCompile(subcategory)
Parameters:
string
Returns: bool
|
Return true if the textual phase given is from the compile part of the build process. This set needs to be equal to the set of subcategories that the language service can produce.
|