Calls
invoke()
, wrapping it in a try/catch. DOFErrorException is allowed and will be rethrown.
Any other exception is caught here and will be redirected to the
UncaughtExceptionListener
.
If it's a DOFException, the exception will be rethrown. All
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual void tryCallbackErrorException()
Exceptions
Exception | Condition |
---|---|
DOFErrorException | The caught exception is rethrown. |
DOFErrorException |
See Also