Saxon.Api
Class CommandExitException
-
public class CommandExitException
- extends Exception
The CommandExitException class is used to signal to the CLI runner that
something untoward has happened and the process should exit non-zero with the
status code from getCode().
Constructor Summary |
|
|---|---|
| CommandExitException (int code, string message)
Create a |
|
Method Summary |
|
|---|---|
| int | getCode () Get the exit status code for this exception. |
Get the exit status code for this exception.
Returns: