Error
Description:
[
PrintfFormat ]
public Error (
Quark domain,
int code,
string format, ...)
Creates a new Error with the given domain
and code
, and a
message formatted with format
.
Parameters:
domain |
error domain
|
code |
error code
|
format |
printf-style format for error message
|
... |
parameters for message format
|
Returns: