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