Summary
Writes the text representation of the specified array of objects to the
console error output using the specified format information.
Syntax
void WriteError(string format, params object[] arg)
Parameters
| Name | Type | Description |
|---|---|---|
| format | string | A composite format string. |
| arg | object[] | An array of objects to write using format. |
Return Value
| Type | Description |
|---|---|
| void |
