Click or drag to resize

SyntaxException Constructor

Initializes a new instance of the SyntaxException class

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public SyntaxException(
	PythonSyntaxErrorException ex
)

Parameters

ex
Type: PythonSyntaxErrorException
See Also