DOFMarshalException Constructor OpenDOF Object Access Library
Construct a DOFMarshalException using an error message and a cause (code is set to FAILED).

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

C#
public DOFMarshalException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
The error message for this exception (see DOFException.Message() )
cause
Type: SystemException
The original cause of the exception.
Remarks

Construct a DOFMarshalException using an error message and a cause (code is set to FAILED).
See Also

Reference