Adds a
UncaughtExceptionListener
to the DOF. Uncaught exception listeners are called when an application
callback throws an exception. This can be a
System.Exception
or an
System.Exception
.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void addUncaughtExceptionListener( DOFUncaughtExceptionListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFUncaughtExceptionListener
The uncaught exception listener to add. This must not be null.
See Also