DOFConnectionStategetException Method OpenDOF Object Access Library
Return the exception associated with the connection.

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

C#
DOFException getException()

Return Value

Type: DOFException
The exception associated with the connection.
Remarks

Return the exception associated with the connection. Will be non-null only if the connection is closed abnormally.
See Also

Reference