Construct a DOFException with error code
FAILED
and containing an error message and a cause.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFException( string message, Exception cause )
Parameters
- message
- Type: SystemString
The error message (see Message() ). This may be null. - cause
- Type: SystemException
A Throwable to include as the cause of the exception.
See Also