ExceptionHandler


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate void ExceptionHandler (Context context, Exception exception)

Function used to handle JavaScript exceptions in a Context.

Parameters:

context

a Context

exception

a Exception

user_data

user data


Namespace: JSC