Click or drag to resize

PegByteParserFatal Method

Reports a fatal parser error.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool Fatal(
	string sMsg
)

Parameters

sMsg  String
The error message.

Return Value

Boolean
This method does not return.
See Also