AbstractFileParser.SyntaxError Method

tikumo.regis3

AbstractFileParser SyntaxError Method regdiff Code Documentation
This function should be used to create SyntaxError exceptions. It provides a generic helptext as well as contextual information (such as line / column number, and file context) in the trace data. Typical use in a parser would be something like this: throw SyntaxError("error message goes here")

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

protected Exception SyntaxError(
	string context,
	params Object[] args
)
protected Exception SyntaxError(
	string context,
	params Object[] args
)

Parameters

context
Type: OnlineSystem String
Context pattern
args
Type:  OnlineSystem Object 
Context arguments

Return Value

Type: OnlineException
A System.Data.SyntaxErrorException exception
See Also