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