DOFException Constructor (Int32)OpenDOF Object Access Library
Construct a DOFException containing an error code.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
protected DOFException(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
The associated error code.
Remarks

Construct a DOFException containing an error code.
See Also

Reference