ICommandExecuter.OnError(ErrorAction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the action to take on error.
public:
ManagedBatchParser::ParserAction OnError(ManagedBatchParser::ErrorAction ea);
public ManagedBatchParser.ParserAction OnError (ManagedBatchParser.ErrorAction ea);
abstract member OnError : ManagedBatchParser.ErrorAction -> ManagedBatchParser.ParserAction
Public Function OnError (ea As ErrorAction) As ParserAction
Parameters
- ea
- ErrorAction
The error action.
Returns
The parser action, either Abort or Continue.