DOFErrorException Constructor (Int32)OpenDOF Object Access Library
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

Construct a DOFException using an error code. These codes should usually come from the DOFError class.
See Also

Reference