DOFOperationcheckException Method OpenDOF Object Access Library
If this operation has resulted in any exception(s), checkException() will throw the first exception (since multiple exceptions are possible for some operations), otherwise, it will return immediately.

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

C#
public abstract void checkException()
Exceptions

ExceptionCondition
DOFExceptionif this operation has resulted in any exception(s)
DOFException
Remarks

If this operation has resulted in any exception(s), checkException() will throw the first exception (since multiple exceptions are possible for some operations), otherwise, it will return immediately.
See Also

Reference