DOFOperationgetException Method OpenDOF Object Access Library
Return an exception, if any, associated with this operation as a response.

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

C#
public abstract DOFException getException()

Return Value

Type: DOFException
The last exception that occurred.
Remarks

Return an exception, if any, associated with this operation as a response.
See Also

Reference