PegCharParserFatal Method |
Reports a fatal parser error.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool Fatal(
string sMsg
)
Parameters
- sMsg String
- The error message.
Return Value
BooleanThis method does not return.
See Also