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