DOFErrorException Constructor (Int32, Exception)OpenDOF Object Access Library
Construct a DOFException using 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 DOFErrorException(
	int errorCode,
	Exception cause
)

Parameters

errorCode
Type: SystemInt32
The error code for this exception
cause
Type: SystemException
The original cause of the exception. May be null.
Remarks

Construct a DOFException using an error code and a cause.
See Also

Reference