Exception.with_name
Description:
[
CCode ( has_construct_function =
false ) ]
public Exception.with_name (
Context context,
string name,
string message)
Create a new Exception in context with name and
message.
Parameters:
| context |
a Context
|
| name |
the error name
|
| message |
the error message
|
Returns: