ICommandExecuter.Error(OutputDestination, String) 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 output on error.
public:
ManagedBatchParser::ParserAction Error(ManagedBatchParser::OutputDestination od, System::String ^ fileName);
public ManagedBatchParser.ParserAction Error (ManagedBatchParser.OutputDestination od, string fileName);
abstract member Error : ManagedBatchParser.OutputDestination * string -> ManagedBatchParser.ParserAction
Public Function Error (od As OutputDestination, fileName As String) As ParserAction
Parameters
The output destination.
- fileName
- String
The file name.
Returns
The parser action, either Abort or Continue.