[ PrintfFormat ]
[ Version ( since = "2.28" ) ]
public void printerr (string format, ...)
Formats a message and prints it using the stderr print handler in the invoking process.
If this is a local invocation then this is exactly equivalent to printerr. If this is remote then this is equivalent to calling printerr in the invoking process.
this | |
format |
a printf-style format string |
... |
arguments, as per |