Calitha GOLD Parser Engine Documentation

TokenErrorEventArgs.Continue Property

The continue property can be set during the token error event, to continue the parsing process. The current token will be ignored. Default value is false.

public bool Continue {get; set;}

See Also

TokenErrorEventArgs Class | com.calitha.goldparser Namespace