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

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

C#
protected DOFException(
	string message
)

Parameters

message
Type: SystemString
The error message (see Message() ). This may be null.
See Also

Reference