Error.valist
Description:
[
PrintfFormat ]
public Error.valist (
Quark domain,
int code,
string format,
va_list args)
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
|
args |
va_list of parameters for the message format
|
Returns: