DOFException Constructor (Int32, String)OpenDOF Object Access Library
Construct a DOFException containing an error message and 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,
	string message
)

Parameters

errorCode
Type: SystemInt32
The associated error code.
message
Type: SystemString
The error message (see Message() ). This may be null.
Remarks

Construct a DOFException containing an error message and an error code.
See Also

Reference