DOFListenerInvokertryCallbackThrow Method OpenDOF Object Access Library
Calls invoke() , wrapping it in a try/catch. Any exception caught here will be redirected to the UncaughtExceptionListener .

If it's an exception (not an error), the exception will be rethrown after handling.

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

C#
public virtual void tryCallbackThrow()
Exceptions

ExceptionCondition
ExceptionThe caught exception is rethrown.
See Also

Reference