Construct a DOFException using an error code.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFErrorException( int errorCode )
Parameters
- errorCode
- Type: SystemInt32
The error code for this exception.
Remarks
See Also