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
Exception | Condition |
---|---|
DOFException | if this operation has resulted in any exception(s) |
DOFException |
Remarks
See Also