Removes a
UncaughtExceptionListener
. When the listener is removed, this method causes
UncaughtExceptionListener.removed(DOF, DOFException)
to be called.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void removeUncaughtExceptionListener( DOFUncaughtExceptionListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFUncaughtExceptionListener
The listener to remove. This must not be null.
See Also