CommandBase.RegisterHandler Method
Namespace: DensoCreate.Cli.Framework
Description
Registers a command handler.
Argument
| Name | Type | Description |
|---|---|---|
| name | string | Command handler name |
Return value
- void
Exception
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | CliInternalException | If name is null or an empty string |