DOFErrorException Constructor (String, Exception)OpenDOF Object Access Library
Construct a DOFErrorException with error code DOFException.FAILED and containing an error message and a cause.

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

C#
public DOFErrorException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
The error message for this exception (see DOFException.Message() ). May be null.
cause
Type: SystemException
The original cause of the exception. May be null.
See Also

Reference