◆ UseToolErrorExceptionHandler()
| static CommandLineBuilder IKVM.Tools.Core.CommandLine.CommandLineBuilderExtensions.UseToolErrorExceptionHandler |
( |
this CommandLineBuilder | builder | ) |
|
|
static |
◆ UseToolParseError()
| static CommandLineBuilder IKVM.Tools.Core.CommandLine.CommandLineBuilderExtensions.UseToolParseError |
( |
this CommandLineBuilder | builder, |
|
|
int? | errorExitCode = null ) |
|
static |
Definition at line 13 of file CommandLineBuilderExtensions.cs.
14 {
15 return builder.AddMiddleware(OnParseErrorReporting(errorExitCode), MiddlewareOrder.ErrorReporting);
16 }
The documentation for this class was generated from the following file: