DOFServerStategetException Method OpenDOF Object Access Library
Return the exception associated with the server.

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 server.
Remarks

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

Reference