IOutput.WriteLine method
Namespace: NextDesign.Desktop
Description
Adds a string to the specified category of output.
argument
| Name | Type | Description |
|---|---|---|
| category | string | Category Cannot be null. |
| message | string | string Cannot be null. |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null is specified for category or message |