set_error


Description:

public bool set_error (int code, string format, ...)

<note>This is a utility routine that should only be used by derived outputs.

</note>

Parameters:

this

Output

code

The error id

format

printf style format string

...

arguments for format

Returns:

Always returns false to facilitate its use.