DOFUncaughtExceptionListeneruncaughtException Method OpenDOF Object Access Library
This method handles the exceptions.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void uncaughtException(
	DOF dof,
	string methodName,
	ThreadClass t,
	Exception e
)

Parameters

dof
Type: org.opendof.core.oalDOF
The DOF where this listener was added. This will never be null.
methodName
Type: SystemString
The full name (class.method) of the offending method.
t
Type: ThreadClass
The exception was thrown in this thread.
e
Type: SystemException
The exception to handle.
Remarks

This method handles the exceptions.
See Also

Reference