DOFDomainStategetException Method OpenDOF Object Access Library
Returns the most recent exception if isConnected is false.

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
An exception. May be null.
Remarks

Returns the most recent exception if isConnected is false.
See Also

Reference