The definition of the listener for uncaught exceptions.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface UncaughtExceptionListener
The DOFUncaughtExceptionListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | removed | Called when the UncaughtExceptionListener is removed from the DOF. |
![]() | uncaughtException | This method handles the exceptions. |
Remarks
ERROR
ERROR
See Also