Construct a DOFException with error code
FAILED
and containing a cause.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFException( Exception cause )
Parameters
- cause
- Type: SystemException
A Throwable to include as the cause of the exception.
See Also